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

Method getAllRuntimes

valdi/src/valdi/runtime/RuntimeManager.cpp:392–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390
391 _workerQueue->async([viewManagerContexts, className]() {
392 for (const auto& viewManagerContext : viewManagerContexts) {
393 viewManagerContext->getAttributesManager().getAttributesForClass(className);
394 }
395 });
396}
397
398std::vector<SharedRuntime> RuntimeManager::getAllRuntimes() {

Callers 4

dumpMemoryStatisticsMethod · 0.95

Calls 6

endMethod · 0.65
reserveMethod · 0.45
sizeMethod · 0.45
beginMethod · 0.45
lockMethod · 0.45
eraseMethod · 0.45

Tested by

no test coverage detected