MCPcopy 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_importMethod · 0.45
importMethod · 0.45
build_world_structMethod · 0.45
lookup_keyMethod · 0.45
world_imports_traitMethod · 0.45
world_add_to_linkerMethod · 0.45
type_handleMethod · 0.45
type_recordMethod · 0.45
type_tupleMethod · 0.45
type_flagsMethod · 0.45
type_optionMethod · 0.45
assert_typeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected