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