MCPcopy Create free account
hub / github.com/arcjet/gravity / tmp

Method tmp

cmd/gravity/src/codegen/func.rs:79–83  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

77 }
78
79 fn tmp(&mut self) -> usize {
80 let ret = self.tmp;
81 self.tmp += 1;
82 ret
83 }
84
85 /// The Go expression that resolves to the wasm `api.Module` in the
86 /// current direction. Exports live on a Go-side instance struct

Callers 1

emitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected