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

Method push_str

crates/rust/src/bindgen.rs:183–185  ·  view source on GitHub ↗
(&mut self, s: &str)

Source from the content-addressed store, hash-verified

181 }
182
183 fn push_str(&mut self, s: &str) {
184 self.src.push_str(s);
185 }
186
187 fn tmp(&mut self) -> usize {
188 let ret = self.tmp;

Callers 15

finish_runtime_moduleMethod · 0.45
emit_runtime_itemMethod · 0.45
emit_runtime_as_traitMethod · 0.45
finish_export_macroMethod · 0.45
emit_custom_sectionMethod · 0.45
import_funcsMethod · 0.45
export_interfaceMethod · 0.45
export_funcsMethod · 0.45
import_typesMethod · 0.45
finishMethod · 0.45
declare_importFunction · 0.45
declare_importMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected