Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
150
pub fn close(handle: usize)
151
{
152
unsafe
153
{
154
sc!(CLOSE, handle as usize)
155
};
156
}
157
158
159
// Duplicate
Callers
7
new_dev
Function · 0.85
new_dir
Function · 0.85
dispatch
Function · 0.85
read
Function · 0.85
read_to_bytes
Function · 0.85
reopen
Function · 0.85
write
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected