MCPcopy Create free account
hub / github.com/bendudson/EuraliOS / CommHandle

Class CommHandle

euralios_std/src/syscalls.rs:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13/// Communication handle
14#[derive(Debug)]
15pub struct CommHandle(u32);
16
17pub static STDIN:CommHandle = CommHandle(0);
18pub static STDOUT:CommHandle = CommHandle(1);

Callers 7

syscalls.rsFile · 0.85
newMethod · 0.85
cloneMethod · 0.85
_openFunction · 0.85
new_rendezvousFunction · 0.85
fromMethod · 0.85
from_valuesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected