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

Method removeViewNodeTree

valdi/src/valdi/runtime/Context/ViewNodeTreeManager.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void ViewNodeTreeManager::removeViewNodeTree(ViewNodeTree& viewNodeTree) {
65 auto lock = std::unique_lock<std::mutex>(_mutex);
66 removeViewNodeTreeLockFree(viewNodeTree);
67}
68
69void ViewNodeTreeManager::removeViewNodeTreeLockFree(ViewNodeTree& viewNodeTree) {
70 _trees.erase(viewNodeTree.getContext()->getContextId());

Callers 1

destroyViewNodeTreeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected