MCPcopy 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_deltaMethod · 0.45
lookup_tcache_or_elseMethod · 0.45

Calls 10

InstructionIndexClass · 0.85
OpListIndexClass · 0.85
to_usizeMethod · 0.80
pushMethod · 0.80
make_hashFunction · 0.70
InsBytesIndexClass · 0.70
DisasmIndexClass · 0.70
lenMethod · 0.45
resolveMethod · 0.45
get_or_internMethod · 0.45

Tested by

no test coverage detected