Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_import
Method · 0.45
let_results
Method · 0.45
record_lower
Method · 0.45
tuple_lower
Method · 0.45
return_pointer
Method · 0.45
emit
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected