Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ frame_tables
Method
frame_tables
src/commands/objdump.rs:103–105 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
101
}
102
103
fn frame_tables(&self) -> bool {
104
optional_flag_with_default(self.frame_tables, true)
105
}
106
107
/// Executes the command.
108
pub fn execute(self) -> Result<()> {
Callers
1
frame_table
Method · 0.45
Calls
1
optional_flag_with_default
Function · 0.70
Tested by
no test coverage detected