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

Method shared

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

Share current VFS with new process

()

Source from the content-addressed store, hash-verified

464
465 /// Share current VFS with new process
466 pub fn shared() -> Self {
467 VFS{s: String::from("S")}
468 }
469
470 /// Copy current VFS for new process
471 pub fn copy() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected