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

Method remove_file

euralios_std/src/server.rs:56–58  ·  view source on GitHub ↗

Lookup and remove file, returning the shared reference

(&mut self, _name: &str)

Source from the content-addressed store, hash-verified

54 }
55 /// Lookup and remove file, returning the shared reference
56 fn remove_file(&mut self, _name: &str) -> Result<Arc<RwLock<dyn FileLike + Sync + Send>>, syscalls::SyscallError> {
57 Err(syscalls::SYSCALL_ERROR_NOT_IMPLEMENTED)
58 }
59}
60
61/// Open a file or directory

Callers 1

handle_directoryFunction · 0.45

Implementers 2

main.rspci/src/main.rs
main.rsramdisk/src/main.rs

Calls

no outgoing calls

Tested by

no test coverage detected