MCPcopy Create free account
hub / github.com/NationalSecurityAgency/TraceAnalysis / TcacheEntry

Class TcacheEntry

dynamic-dataflow/core/src/lifter/cache.rs:122–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120pub struct TcacheIndex(u64, InsBytesIndex);
121
122pub struct TcacheEntry(DisasmIndex, OpIndex);
123
124#[derive(Debug, Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
125struct InsBytesIndex(seqcache::Index);

Callers 1

insertMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected