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

Method is_default

winch/codegen/src/isa/mod.rs:128–133  ·  view source on GitHub ↗

Returns true if the current calling convention is `Default`.

(&self)

Source from the content-addressed store, hash-verified

126
127 /// Returns true if the current calling convention is `Default`.
128 pub fn is_default(&self) -> bool {
129 match &self {
130 CallingConvention::Default => true,
131 _ => false,
132 }
133 }
134}
135
136impl From<CallingConvention> for CallConv {

Callers 6

to_abi_operandMethod · 0.45
int_reg_forMethod · 0.45
float_reg_forMethod · 0.45
to_abi_operandMethod · 0.45
fromMethod · 0.45
source_loc_fromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected