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

Method get_dir

pci/src/main.rs:31–33  ·  view source on GitHub ↗
(&self, _name: &str)

Source from the content-addressed store, hash-verified

29
30impl DirLike for Device {
31 fn get_dir(&self, _name: &str) -> Result<Arc<RwLock<dyn DirLike + Send + Sync>>, syscalls::SyscallError> {
32 Err(syscalls::SYSCALL_ERROR_NOTFOUND)
33 }
34 fn get_file(&self, _name: &str) -> Result<Arc<RwLock<dyn FileLike + Send + Sync>>, syscalls::SyscallError> {
35 Err(syscalls::SYSCALL_ERROR_NOTFOUND)
36 }

Callers 1

openFunction · 0.45

Calls 1

cloneMethod · 0.80

Tested by

no test coverage detected