MCPcopy Create free account
hub / github.com/apache/trafficserver / find

Method find

src/iocore/cache/PreservationTable.cc:80–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80EvacuationBlock *
81PreservationTable::find(Dir const &dir) const
82{
83 auto bucket{dir_evac_bucket(&dir)};
84 if (this->evac_bucket_valid(bucket)) {
85 return this->find(dir, bucket);
86 } else {
87 return nullptr;
88 }
89}
90
91void
92PreservationTable::force_evacuate_head(Dir const *evac_dir, int pinned)

Callers 6

force_evacuate_headMethod · 0.95
acquireMethod · 0.95
releaseMethod · 0.95
start_internalMethod · 0.45
evacuateDocDoneMethod · 0.45
evacuate_fragmentsFunction · 0.45

Calls 1

evac_bucket_validMethod · 0.95

Tested by

no test coverage detected