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

Method as_str

euralios_std/src/syscalls.rs:496–498  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

494 }
495
496 fn as_str(&self) -> &str {
497 &self.s
498 }
499}
500
501/// Execute a new process

Callers 3

execFunction · 0.80
read_dirFunction · 0.80
write_stringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected