MCPcopy Create free account
hub / github.com/bytecodealliance/wit-bindgen / push_str

Method push_str

crates/rust/src/interface.rs:2537–2539  ·  view source on GitHub ↗
(&mut self, s: &str)

Source from the content-addressed store, hash-verified

2535 }
2536
2537 fn push_str(&mut self, s: &str) {
2538 self.src.push_str(s);
2539 }
2540
2541 fn info(&self, ty: TypeId) -> TypeInfo {
2542 self.r#gen.types.get(ty)

Callers 15

generate_exportsMethod · 0.45
path_to_rootMethod · 0.45
generate_guest_importMethod · 0.45
generate_guest_exportMethod · 0.45
print_export_sigMethod · 0.45
print_post_return_sigMethod · 0.45
generate_stub_implMethod · 0.45
rustdocMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected