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

Method refreshWorkspace

src/core/webview/ClineProvider.ts:2068–2071  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2066 }
2067
2068 async refreshWorkspace() {
2069 this.currentWorkspacePath = getWorkspacePath()
2070 await this.postStateToWebview()
2071 }
2072
2073 async postStateToWebview() {
2074 const state = await this.getStateToPostToWebview()

Callers 1

getCommandsMapFunction · 0.80

Calls 2

postStateToWebviewMethod · 0.95
getWorkspacePathFunction · 0.90

Tested by

no test coverage detected