Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ stack_maps
Method
stack_maps
src/commands/objdump.rs:95–97 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
93
}
94
95
fn stack_maps(&self) -> bool {
96
optional_flag_with_default(self.stack_maps, true)
97
}
98
99
fn exception_tables(&self) -> bool {
100
optional_flag_with_default(self.exception_tables, true)
Callers
1
decorate
Method · 0.80
Calls
3
from
Function · 0.85
optional_flag_with_default
Function · 0.70
push
Method · 0.45
Tested by
no test coverage detected