MCPcopy Create free account
hub / github.com/LibertyOS-Development/kernel / close

Function close

src/sys/sc/mod.rs:150–156  ·  view source on GitHub ↗

Close

(handle: usize)

Source from the content-addressed store, hash-verified

148
149// Close
150pub fn close(handle: usize)
151{
152 unsafe
153 {
154 sc!(CLOSE, handle as usize)
155 };
156}
157
158
159// Duplicate

Callers 7

new_devFunction · 0.85
new_dirFunction · 0.85
dispatchFunction · 0.85
readFunction · 0.85
read_to_bytesFunction · 0.85
reopenFunction · 0.85
writeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected