anon_test_file

Function anon_test_file 

Source
pub fn anon_test_file<L>(
    locked: &mut Locked<L>,
    current_task: &CurrentTask,
    ops: Box<dyn FileOps>,
    flags: OpenFlags,
) -> FileHandle
Expand description

Returns a new anonymous test file with the specified ops and flags.