Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arcjet/gravity
/ push_arg
Method
push_arg
cmd/gravity/src/codegen/func.rs:108–110 ·
view source on GitHub ↗
(&mut self, value: &str)
Source
from the content-addressed store, hash-verified
106
}
107
108
fn push_arg(&mut self, value: &str) {
109
self.args.push(value.into())
110
}
111
112
fn pop_block(&mut self) -> (Tokens<Go>, Vec<Operand>) {
113
self.blocks.pop().expect(
"should have block to pop"
)
Callers
1
emit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected