Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
15
pub struct CommHandle(u32);
16
17
pub static STDIN:CommHandle = CommHandle(0);
18
pub static STDOUT:CommHandle = CommHandle(1);
Callers
7
syscalls.rs
File · 0.85
new
Method · 0.85
clone
Method · 0.85
_open
Function · 0.85
new_rendezvous
Function · 0.85
from
Method · 0.85
from_values
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected