MCPcopy Index your code
hub / github.com/explodingcamera/tinywasm / is_empty

Method is_empty

crates/types/src/lib.rs:452–454  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

450impl ValueCounts {
451 #[inline]
452 pub fn is_empty(&self) -> bool {
453 self.c32 == 0 && self.c64 == 0 && self.c128 == 0
454 }
455}
456
457impl<'a> FromIterator<&'a WasmType> for ValueCounts {

Callers 7

process_payloadMethod · 0.45
into_moduleMethod · 0.45
parse_module_streamMethod · 0.45
process_pendingFunction · 0.45
format_func_typeFunction · 0.45
runFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected