MCPcopy Create free account
hub / github.com/Noumena-Network/code / clearDynamicTeamContext

Function clearDynamicTeamContext

src/utils/teammate.ts:72–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected