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

Method postStateToWebview

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

Source from the content-addressed store, hash-verified

2071 }
2072
2073 async postStateToWebview() {
2074 const state = await this.getStateToPostToWebview()
2075 this.clineMessagesSeq++
2076 state.clineMessagesSeq = this.clineMessagesSeq
2077 this.postMessageToWebview({ type: "state", state })
2078 }
2079
2080 /**
2081 * Like postStateToWebview but intentionally omits taskHistory.

Callers 10

handleModeSwitchMethod · 0.95
upsertProviderProfileMethod · 0.95
deleteProviderProfileMethod · 0.95
handleZooCodeCallbackMethod · 0.95
deleteTaskWithIdMethod · 0.95
deleteTaskFromStateMethod · 0.95
refreshWorkspaceMethod · 0.95
resetStateMethod · 0.95

Calls 2

postMessageToWebviewMethod · 0.95

Tested by

no test coverage detected