pub fn anon_test_file<L>(
locked: &mut Locked<L>,
current_task: &CurrentTask,
ops: Box<dyn FileOps>,
flags: OpenFlags,
) -> FileHandlewhere
L: LockEqualOrBefore<FileOpsCore>,Expand description
Returns a new anonymous test file with the specified ops and flags.