MCPcopy Create free account
hub / github.com/anus-dev/ANUS / clearIdeContext

Function clearIdeContext

packages/core/src/ide/ideContext.ts:137–140  ·  view source on GitHub ↗

* Clears the IDE context and notifies all registered subscribers of the change.

()

Source from the content-addressed store, hash-verified

135 * Clears the IDE context and notifies all registered subscribers of the change.
136 */
137 function clearIdeContext(): void {
138 ideContextState = undefined;
139 notifySubscribers();
140 }
141
142 /**
143 * Retrieves the current IDE context.

Callers

nothing calls this directly

Calls 1

notifySubscribersFunction · 0.85

Tested by

no test coverage detected