Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wit-bindgen
/ push_string_name
Method
push_string_name
crates/rust/src/interface.rs:2532–2535 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
2530
}
2531
2532
fn push_string_name(&mut self) {
2533
let path = self.path_to_string();
2534
self.push_str(&path);
2535
}
2536
2537
fn push_str(&mut self, s: &str) {
2538
self.src.push_str(s);
Callers
1
print_ty
Method · 0.80
Calls
2
path_to_string
Method · 0.80
push_str
Method · 0.45
Tested by
no test coverage detected