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

Method setup

save/save.ts:117–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115
116 name = "save";
117 description = help_text;
118
119 private tempDir = createDirectoryInTemp("prometheus");
120 private db: any = null;
121 private lastEditText: Map<string, string> = new Map();
122 private chatDisplayNameCache: Map<string, string> = new Map();

Callers

nothing calls this directly

Calls 1

initDBMethod · 0.95

Tested by

no test coverage detected