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

Method copy

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

Copy current VFS for new process

()

Source from the content-addressed store, hash-verified

469
470 /// Copy current VFS for new process
471 pub fn copy() -> Self {
472 VFS{s: String::from("C")}
473 }
474
475 /// Add a communication handle as a path in the VFS
476 pub fn mount(mut self, mut handle: CommHandle, path: &str) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected