Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ push_str
Method
push_str
crates/wit-bindgen/src/lib.rs:3467–3469 ·
view source on GitHub ↗
(&mut self, s: &str)
Source
from the content-addressed store, hash-verified
3465
}
3466
3467
fn push_str(&mut self, s: &str) {
3468
self.src.push_str(s);
3469
}
3470
3471
fn info(&self, ty: TypeId) -> TypeInfo {
3472
self.generator.types.get(ty)
Callers
15
generate_named_import
Method · 0.45
import
Method · 0.45
build_world_struct
Method · 0.45
lookup_key
Method · 0.45
world_imports_trait
Method · 0.45
world_add_to_linker
Method · 0.45
type_handle
Method · 0.45
type_record
Method · 0.45
type_tuple
Method · 0.45
type_flags
Method · 0.45
type_option
Method · 0.45
assert_type
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected