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

Method is_empty

src/commands/settings.rs:98–103  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

96 }
97
98 fn is_empty(&self) -> bool {
99 self.enums.is_empty()
100 && self.nums.is_empty()
101 && self.bools.is_empty()
102 && self.presets.is_empty()
103 }
104}
105
106impl SettingsCommand {

Callers 14

disas_with_capstoneFunction · 0.45
executeMethod · 0.45
build_basic_blocksFunction · 0.45
build_wat_offset_mapFunction · 0.45
read_clif_fileFunction · 0.45
parseMethod · 0.45
write_allMethod · 0.45
print_human_readableMethod · 0.45
invoke_funcMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected