MCPcopy Create free account
hub / github.com/Snapchat/Valdi / getAll

Method getAll

valdi/src/valdi/standalone_runtime/InMemoryDiskCache.cpp:137–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137FlatMap<StringBox, BytesView> InMemoryDiskCache::getAll() const {
138 std::lock_guard<Mutex> guard(_cache->mutex);
139 return _cache->entries;
140}
141
142} // namespace Valdi

Callers 6

getLaunchersMethod · 0.45
activateFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
createTransformJavaArrayFunction · 0.45

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36