MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins / ensureReady

Method ensureReady

deepwiki/deepwiki.ts:201–203  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 ||= "";

Callers 12

ensureMainChatMethod · 0.95
ensureCtxChatMethod · 0.95
getChatStateMethod · 0.95
setRepoMethod · 0.95
deleteRepoMethod · 0.95
setCurrentMethod · 0.95
setContextEnabledMethod · 0.95
clearContextMethod · 0.95
appendTurnMethod · 0.95
getTurnsMethod · 0.95
getTelegraphTokenMethod · 0.95
setTelegraphTokenMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected