Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
106
impl SettingsCommand {
Callers
14
disas_with_capstone
Function · 0.45
execute
Method · 0.45
build_basic_blocks
Function · 0.45
build_wat_offset_map
Function · 0.45
read_clif_file
Function · 0.45
parse
Method · 0.45
write_all
Method · 0.45
print_human_readable
Method · 0.45
print_settings_human_readable
Method · 0.45
invoke_func
Method · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected