| 84 | } |
| 85 | |
| 86 | void ContextManager::destroyContext(const SharedContext& context) { |
| 87 | destroyContext(context->getContextId()); |
| 88 | } |
| 89 | |
| 90 | bool ContextManager::destroyContext(ContextId contextId) { |
| 91 | Ref<Context> context; |
nothing calls this directly
no test coverage detected