Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/encounter/objdiff
/ is_offset_arg
Function
is_offset_arg
objdiff-core/src/arch/ppc/mod.rs:48–48 ·
view source on GitHub ↗
(arg: &powerpc::Argument)
Source
from the content-addressed store, hash-verified
46
}
47
48
fn is_offset_arg(arg: &powerpc::Argument) -> bool { matches!(arg, powerpc::Argument::Offset(_)) }
49
50
#[derive(Debug)]
51
pub struct ArchPpc {
Callers
1
display_instruction
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected