MCPcopy 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
20impl 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

CommHandleClass · 0.85
MemoryHandleClass · 0.85
SyscallErrorClass · 0.85

Tested by

no test coverage detected