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

Method gk

deepwiki/deepwiki.ts:178–180  ·  view source on GitHub ↗
(chatKey: string)

Source from the content-addressed store, hash-verified

176 private dbCtx: any;
177
178 private gk(chatKey: string): string {
179 return chatKey || "unknown";
180 }
181
182 async init(): Promise<void> {
183 const baseDir = createDirectoryInAssets("deepwiki");

Callers 8

ensureMainChatMethod · 0.95
ensureCtxChatMethod · 0.95
setRepoMethod · 0.95
deleteRepoMethod · 0.95
setCurrentMethod · 0.95
setContextEnabledMethod · 0.95
clearContextMethod · 0.95
appendTurnMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected