Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bendudson/EuraliOS
/ take
Method
take
euralios_std/src/syscalls.rs:25–29 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
23
}
24
25
pub unsafe fn take(&mut self) -> u32 {
26
let handle = self.0;
27
self.0 = 0;
28
handle
29
}
30
}
31
32
impl Drop for CommHandle {
Callers
6
mount
Method · 0.80
to_values
Method · 0.80
take_rendezvous
Method · 0.80
take_current_thread
Function · 0.80
exit_current_thread
Function · 0.80
schedule_next
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected