MCPcopy Create free account
hub / github.com/Andy-Python-Programmer/aero / close_file

Method close_file

src/aero_kernel/src/fs/file_table.rs:372–389  ·  view source on GitHub ↗

Closes a file descriptor, so that its no longer refers to any file and can be reused. This function will return false if the provided file descriptor index was invalid.

(&self, fd: usize)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

closeFunction · 0.80
pipeFunction · 0.80

Calls 5

get_mutMethod · 0.80
writeMethod · 0.45
closeMethod · 0.45
inodeMethod · 0.45
readMethod · 0.45

Tested by

no test coverage detected