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

Method push_str

crates/cpp/src/lib.rs:2338–2340  ·  view source on GitHub ↗
(&mut self, s: &str)

Source from the content-addressed store, hash-verified

2336 }
2337
2338 fn push_str(&mut self, s: &str) {
2339 self.src.push_str(s);
2340 }
2341
2342 fn let_results(&mut self, amt: usize, results: &mut Vec<String>) {
2343 if amt > 0 {

Callers 15

finish_fileMethod · 0.45
export_interfaceMethod · 0.45
finishMethod · 0.45
qualifyMethod · 0.45
high_level_signatureMethod · 0.45
print_signatureMethod · 0.45
generate_functionMethod · 0.45
type_nameMethod · 0.45
declare_import2Method · 0.45
declare_importMethod · 0.45
docsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected