Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
pub trait DirLike {
Callers
1
open
Function · 0.45
Implementers
1
main.rs
ramdisk/src/main.rs
Calls
no outgoing calls
Tested by
no test coverage detected