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

Class FunctionOffset

src/commands/hot_blocks.rs:91–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89/// A byte offset into a function's compiled code.
90#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
91struct FunctionOffset(usize);
92
93impl HotBlocksCommand {
94 /// Executes the command.

Callers 2

from_mach_relocMethod · 0.85
format_hot_blocksMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected