MCPcopy 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

decorateMethod · 0.80

Calls 3

fromFunction · 0.85
pushMethod · 0.45

Tested by

no test coverage detected