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

Function getCurrentCwd

src/core/webview/webviewMessageHandler.ts:114–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112 await provider.contextProxy.setValue(key, value)
113
114 const getCurrentCwd = () => {
115 return provider.getCurrentTask()?.cwd || provider.cwd
116 }
117
118 const isCloudServiceAvailable = () => CloudService.hasInstance()
119

Callers 3

getDiscoveredCommandsFunction · 0.85
resolveIncomingImagesFunction · 0.85
webviewMessageHandlerFunction · 0.85

Calls 1

getCurrentTaskMethod · 0.65

Tested by

no test coverage detected