Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_module
Method · 0.45
emit_runtime_item
Method · 0.45
emit_runtime_as_trait
Method · 0.45
finish_export_macro
Method · 0.45
emit_custom_section
Method · 0.45
import_funcs
Method · 0.45
export_interface
Method · 0.45
export_funcs
Method · 0.45
import_types
Method · 0.45
finish
Method · 0.45
declare_import
Function · 0.45
declare_import
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected