()
| 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. |
no test coverage detected