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

Method sig

winch/codegen/src/codegen/control.rs:173–175  ·  view source on GitHub ↗

Create a [BlockType::ABISig].

(sig: ABISig)

Source from the content-addressed store, hash-verified

171
172 /// Create a [BlockType::ABISig].
173 pub fn sig(sig: ABISig) -> Self {
174 Self::ABISig(sig)
175 }
176
177 /// Returns true if the type of the block is [BlockType::ABISig].
178 pub fn is_sig(&self) -> bool {

Callers 1

calculate_stack_stateMethod · 0.45

Calls 1

ABISigClass · 0.85

Tested by

no test coverage detected