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

Method is_empty

cranelift/assembler-x64/meta/src/dsl/encoding.rs:557–562  ·  view source on GitHub ↗

Check if any prefix is present.

(&self)

Source from the content-addressed store, hash-verified

555
556 /// Check if any prefix is present.
557 pub fn is_empty(&self) -> bool {
558 self.group1.is_none()
559 && self.group2.is_none()
560 && self.group3.is_none()
561 && self.group4.is_none()
562 }
563}
564
565pub enum Group1Prefix {

Callers 1

parseMethod · 0.45

Calls 1

is_noneMethod · 0.45

Tested by

no test coverage detected