Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wit-bindgen
/ iter
Method
iter
crates/core/src/source.rs:31–33 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
29
}
30
31
pub fn iter(&self) -> impl Iterator<Item = (&
'_ str, &'
_ [u8])> {
32
self.files.iter().map(|p| (p.0.as_str(), p.1.as_slice()))
33
}
34
}
35
36
#[derive(Default)]
Callers
15
main
Function · 0.45
gen_world
Function · 0.45
main
Function · 0.45
find_crates
Function · 0.45
publish
Function · 0.45
run
Method · 0.45
run
Method · 0.45
test
Method · 0.45
test
Method · 0.45
funcs
Method · 0.45
func
Method · 0.45
print_ty
Method · 0.45
Calls
2
map
Method · 0.80
as_str
Method · 0.80
Tested by
15
test
Method · 0.36
compile
Method · 0.36
verify
Method · 0.36
rustc
Method · 0.36
compile
Method · 0.36
run
Method · 0.36
load_runtime_test
Method · 0.36
prepare_languages
Method · 0.36
all_languages
Method · 0.36
run_codegen_tests
Method · 0.36
run_runtime_tests
Method · 0.36
runtime_test
Method · 0.36