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

Class

packages/core/src/utils/workspaceContext.ts:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 * in a single session.
18 */
19export class WorkspaceContext {
20 private directories = new Set<string>();
21 private initialDirectories: Set<string>;
22 private onDirectoriesChangedListeners = new Set<() => void>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected