(chatKey: string)
| 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"); |
no outgoing calls
no test coverage detected