Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wit-bindgen
/ push_block
Method
push_block
crates/core/src/abi.rs:1500–1502 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
1498
}
1499
1500
fn push_block(&mut self) {
1501
self.bindgen.push_block();
1502
}
1503
1504
fn finish_block(&mut self, size: usize) {
1505
self.operands.clear();
Callers
10
lower
Method · 0.45
lower_variant_arms
Method · 0.45
lift
Method · 0.45
flat_for_each_variant_arm
Method · 0.45
write_to_memory
Method · 0.45
write_variant_arms_to_memory
Method · 0.45
read_from_memory
Method · 0.45
read_variant_arms_from_memory
Method · 0.45
deallocate
Method · 0.45
deallocate_indirect_variant
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected