Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
120
pub struct TcacheIndex(u64, InsBytesIndex);
121
122
pub struct TcacheEntry(DisasmIndex, OpIndex);
123
124
#[derive(Debug, Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
125
struct InsBytesIndex(seqcache::Index);
Callers
1
insert
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected