()
| 199 | } |
| 200 | |
| 201 | private ensureReady() { |
| 202 | if (!this.dbMain || !this.dbCtx) throw new Error("DeepWikiStore not initialized"); |
| 203 | } |
| 204 | |
| 205 | private normalizeMainState(state: MainChatState): MainChatState { |
| 206 | state.currentTag ||= ""; |
no outgoing calls
no test coverage detected