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

Method is_empty

cranelift/bitset/src/compound.rs:182–184  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

180 /// ```
181 #[inline]
182 pub fn is_empty(&self) -> bool {
183 self.len() == 0
184 }
185
186 /// Convert an element `i` into the `word` that can be used to index into
187 /// `self.elems` and the `bit` that can be tested in the

Callers

nothing calls this directly

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected