Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_file
Method · 0.45
export_interface
Method · 0.45
finish
Method · 0.45
qualify
Method · 0.45
print_export_signature
Method · 0.45
high_level_signature
Method · 0.45
print_signature
Method · 0.45
generate_function
Method · 0.45
type_name
Method · 0.45
declare_import2
Method · 0.45
declare_import
Method · 0.45
docs
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected