MCPcopy 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
86impl 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

decorateMethod · 0.80

Calls 4

fromFunction · 0.85
file_offsetMethod · 0.80
pushMethod · 0.45

Tested by

no test coverage detected