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

Function maskKey

banana/banana.ts:183–187  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

181 }
182 if (media?.photo) {
183 return "image/jpeg";
184 }
185 return "image/png";
186}
187
188function extFromMime(mime: string): string {
189 if (mime.includes("jpeg")) return "jpg";
190 if (mime.includes("png")) return "png";

Callers 1

handleConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected