MCPcopy Index your code
hub / github.com/encounter/objdiff / x86.rs

File x86.rs

objdiff-core/src/arch/x86.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use alloc::{boxed::Box, format, vec::Vec};
2use core::cmp::Ordering;
3
4use anyhow::{Context, Result, anyhow, bail};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected