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

Method is_sig

winch/codegen/src/codegen/control.rs:178–183  ·  view source on GitHub ↗

Returns true if the type of the block is [BlockType::ABISig].

(&self)

Source from the content-addressed store, hash-verified

176
177 /// Returns true if the type of the block is [BlockType::ABISig].
178 pub fn is_sig(&self) -> bool {
179 match self {
180 Self::ABISig(_) => true,
181 _ => false,
182 }
183 }
184}
185
186/// The expected value and machine stack state when entering and exiting the block.

Callers 2

resultsMethod · 0.80
calculate_stack_stateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected