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

Method tempname

crates/cpp/src/lib.rs:2334–2336  ·  view source on GitHub ↗
(&self, base: &str, idx: usize)

Source from the content-addressed store, hash-verified

2332 }
2333
2334 fn tempname(&self, base: &str, idx: usize) -> String {
2335 format!("{base}{idx}")
2336 }
2337
2338 fn push_str(&mut self, s: &str) {
2339 self.src.push_str(s);

Callers 1

emitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected