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

Method clear

euralios_std/src/server.rs:29–31  ·  view source on GitHub ↗

Delete contents

(&mut self)

Source from the content-addressed store, hash-verified

27 }
28 /// Delete contents
29 fn clear(&mut self) -> Result<(), syscalls::SyscallError> {
30 Err(syscalls::SYSCALL_ERROR_NOT_IMPLEMENTED)
31 }
32}
33
34pub trait DirLike {

Callers 1

openFunction · 0.45

Implementers 1

main.rsramdisk/src/main.rs

Calls

no outgoing calls

Tested by

no test coverage detected