Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ addrmap
Method
addrmap
src/commands/objdump.rs:87–89 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
85
86
impl ObjdumpCommand {
87
fn addrmap(&self) -> bool {
88
optional_flag_with_default(self.addrmap, false)
89
}
90
91
fn traps(&self) -> bool {
92
optional_flag_with_default(self.traps, true)
Callers
1
decorate
Method · 0.80
Calls
4
from
Function · 0.85
file_offset
Method · 0.80
optional_flag_with_default
Function · 0.70
push
Method · 0.45
Tested by
no test coverage detected