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

Class SyscallError

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

Source from the content-addressed store, hash-verified

159/// Represents an error returned by a syscall
160#[derive(Debug, Copy, Clone, PartialEq, Eq)]
161pub struct SyscallError(u64);
162
163impl SyscallError {
164 pub fn new(value: u64) -> SyscallError {

Callers 13

newMethod · 0.85
thread_spawnFunction · 0.85
receiveFunction · 0.85
sendFunction · 0.85
send_receiveFunction · 0.85
_openFunction · 0.85
mallocFunction · 0.85
new_rendezvousFunction · 0.85
execFunction · 0.85
mountFunction · 0.85
list_mountsFunction · 0.85
umountFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected