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

Method is_invalid

cranelift/codegen/src/ir/types.rs:202–204  ·  view source on GitHub ↗

Is this the INVALID type?

(self)

Source from the content-addressed store, hash-verified

200
201 /// Is this the INVALID type?
202 pub fn is_invalid(self) -> bool {
203 self == INVALID
204 }
205
206 /// Is this a special type?
207 pub fn is_special(self) -> bool {

Callers 2

fmtMethod · 0.45
mask_immediatesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected