MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / block_capacity

Method block_capacity

cranelift/codegen/src/ir/layout.rs:63–65  ·  view source on GitHub ↗

Returns the capacity of the `BlockData` map.

(&self)

Source from the content-addressed store, hash-verified

61
62 /// Returns the capacity of the `BlockData` map.
63 pub fn block_capacity(&self) -> usize {
64 self.blocks.capacity()
65 }
66}
67
68/// Sequence numbers.

Callers 2

with_functionMethod · 0.80
with_functionMethod · 0.80

Calls 1

capacityMethod · 0.45

Tested by

no test coverage detected