Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
115
impl 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_get
Method · 0.45
fd_filestat_set_times
Method · 0.45
fd_readdir
Method · 0.45
path_create_directory
Method · 0.45
path_filestat_get
Method · 0.45
path_filestat_set_times
Method · 0.45
path_link
Method · 0.45
path_open
Method · 0.45
path_readlink
Method · 0.45
path_remove_directory
Method · 0.45
path_rename
Method · 0.45
path_symlink
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected