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