Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bendudson/EuraliOS
/ new
Method
new
euralios_std/src/syscalls.rs:21–23 ·
view source on GitHub ↗
(handle: u32)
Source
from the content-addressed store, hash-verified
19
20
impl CommHandle {
21
pub fn new(handle: u32) -> Self {
22
CommHandle(handle)
23
}
24
25
pub unsafe fn take(&mut self) -> u32 {
26
let handle = self.0;
Callers
nothing calls this directly
Calls
3
CommHandle
Class · 0.85
MemoryHandle
Class · 0.85
SyscallError
Class · 0.85
Tested by
no test coverage detected