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

Method destroyContext

valdi/src/valdi/runtime/Context/ContextManager.cpp:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void ContextManager::destroyContext(const SharedContext& context) {
87 destroyContext(context->getContextId());
88}
89
90bool ContextManager::destroyContext(ContextId contextId) {
91 Ref<Context> context;

Callers

nothing calls this directly

Calls 6

endMethod · 0.65
onDestroyMethod · 0.65
getContextIdMethod · 0.45
findMethod · 0.45
eraseMethod · 0.45
onContextDestroyedMethod · 0.45

Tested by

no test coverage detected