Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wit-bindgen
/ info
Method
info
crates/rust/src/interface.rs:2541–2543 ·
view source on GitHub ↗
(&self, ty: TypeId)
Source
from the content-addressed store, hash-verified
2539
}
2540
2541
fn info(&self, ty: TypeId) -> TypeInfo {
2542
self.r#gen.types.get(ty)
2543
}
2544
2545
fn print_borrowed_str(&mut self, lifetime: &'static str) {
2546
self.push_str(
"&"
);
Callers
7
type_mode_for_id
Method · 0.80
modes_of
Method · 0.80
print_typedef_record
Method · 0.80
print_rust_enum
Method · 0.80
print_typedef_enum
Method · 0.80
param_name
Method · 0.80
result_name
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected