MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / cwd

Method cwd

src/integrations/workspace/WorkspaceTracker.ts:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 private resetTimer: NodeJS.Timeout | null = null
18
19 get cwd() {
20 return this.providerRef?.deref()?.cwd ?? getWorkspacePath()
21 }
22 constructor(provider: ClineProvider) {
23 this.providerRef = new WeakRef(provider)
24 this.registerListeners()

Callers 1

open-file.spec.tsFile · 0.45

Calls 1

getWorkspacePathFunction · 0.90

Tested by

no test coverage detected