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

Method signed

winch/codegen/src/masm.rs:403–408  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

401
402impl ExtendKind {
403 pub fn signed(&self) -> bool {
404 match self {
405 Self::Signed(_) => true,
406 _ => false,
407 }
408 }
409
410 pub fn from_bits(&self) -> u8 {
411 match self {

Callers 2

extendMethod · 0.45
wasm_loadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected