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

Method getAllEntryPaths

valdi/src/valdi/runtime/Resources/Bundle.cpp:193–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193std::vector<StringBox> Bundle::getAllEntryPaths() {
194 std::lock_guard<std::recursive_mutex> guard(_mutex);
195 lockFreeLoadEntriesIfNeeded();
196 return _allEntryPaths;
197}
198
199std::vector<StringBox> Bundle::getAllJsPaths() {
200 std::lock_guard<std::recursive_mutex> guard(_mutex);

Callers 5

registerAssetArchivesFunction · 0.80
TESTFunction · 0.80
preprocessMethod · 0.80

Calls

no outgoing calls

Tested by 2

registerAssetArchivesFunction · 0.64
TESTFunction · 0.64