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

Method tmp

crates/rust/src/bindgen.rs:187–191  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

185 }
186
187 fn tmp(&mut self) -> usize {
188 let ret = self.tmp;
189 self.tmp += 1;
190 ret
191 }
192
193 fn lift_lower(&self) -> LiftLower {
194 if self.r#gen.in_import {

Callers 6

declare_importMethod · 0.45
let_resultsMethod · 0.45
record_lowerMethod · 0.45
tuple_lowerMethod · 0.45
return_pointerMethod · 0.45
emitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected