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

Function errorText

music_hub/music_hub.ts:311–313  ·  view source on GitHub ↗
(error: unknown)

Source from the content-addressed store, hash-verified

309}
310
311function sanitizeFilename(name: string): string {
312 const cleaned = name
313 .replace(/[\\/:*?"<>|]/g, " ")
314 .replace(/\s+/g, " ")
315 .trim();
316 return (cleaned || "music").slice(0, 80);

Callers 2

sendSongMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected