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