MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / exception_tables

Method exception_tables

src/commands/objdump.rs:99–101  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

97 }
98
99 fn exception_tables(&self) -> bool {
100 optional_flag_with_default(self.exception_tables, true)
101 }
102
103 fn frame_tables(&self) -> bool {
104 optional_flag_with_default(self.frame_tables, true)

Callers 1

exception_tableMethod · 0.45

Calls 1

Tested by

no test coverage detected