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/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_exports
Method · 0.45
generate_interface_trait
Method · 0.45
path_to_root
Method · 0.45
generate_guest_import
Method · 0.45
generate_guest_import_body_sync
Method · 0.45
generate_guest_import_body_async
Method · 0.45
generate_guest_export
Method · 0.45
generate_raw_cabi_export
Method · 0.45
print_export_sig
Method · 0.45
print_post_return_sig
Method · 0.45
generate_stub_impl
Method · 0.45
rustdoc
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected