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

Method cleanup

convert/convert.ts:78–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76 try {
77 this.db.close();
78 } catch {}
79 }
80 this.db = null;
81 this.initialized = false;
82 }
83}
84
85class GeminiClient {
86 private apiKey: string;
87 constructor(apiKey: string) {
88 this.apiKey = apiKey;
89 }

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected