()
| 70 | * Clear the dynamic team context (called when leaving a team) |
| 71 | */ |
| 72 | export function clearDynamicTeamContext(): void { |
| 73 | dynamicTeamContext = null |
| 74 | } |
| 75 | |
| 76 | /** |
| 77 | * Get the current dynamic team context (for inspection/debugging) |
no outgoing calls
no test coverage detected