Share current VFS with new process
()
| 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 { |
nothing calls this directly
no outgoing calls
no test coverage detected