MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / get_dir

Method get_dir

crates/wasi-common/src/dir.rs:116–118  ·  view source on GitHub ↗
(&self, fd: u32)

Source from the content-addressed store, hash-verified

114
115impl TableDirExt for crate::table::Table {
116 fn get_dir(&self, fd: u32) -> Result<Arc<DirEntry>, Error> {
117 self.get(fd)
118 }
119}
120
121#[derive(Debug, Clone)]

Callers 13

fd_filestat_getMethod · 0.45
fd_filestat_set_timesMethod · 0.45
fd_readdirMethod · 0.45
path_create_directoryMethod · 0.45
path_filestat_getMethod · 0.45
path_linkMethod · 0.45
path_openMethod · 0.45
path_readlinkMethod · 0.45
path_remove_directoryMethod · 0.45
path_renameMethod · 0.45
path_symlinkMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected