Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NationalSecurityAgency/TraceAnalysis
/ insert
Method
insert
dynamic-dataflow/core/src/database/cache.rs:61–63 ·
view source on GitHub ↗
(&mut self, t: &T)
Source
from the content-addressed store, hash-verified
59
/// - `&[Operation]` -> [`OpListIndex`]
60
#[inline]
61
pub fn insert<T: CacheInsert + ?Sized>(&mut self, t: &T) -> T::Output {
62
T::insert(t, self)
63
}
64
65
pub(super) fn flush(
66
&mut self,
Callers
2
insert_delta
Method · 0.45
lookup_tcache_or_else
Method · 0.45
Calls
10
InstructionIndex
Class · 0.85
OpListIndex
Class · 0.85
to_usize
Method · 0.80
push
Method · 0.80
make_hash
Function · 0.70
InsBytesIndex
Class · 0.70
DisasmIndex
Class · 0.70
len
Method · 0.45
resolve
Method · 0.45
get_or_intern
Method · 0.45
Tested by
no test coverage detected