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

Method checkFfmpeg

music/music.ts:215–224  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

213 }
214}
215
216// ==================== Utilities ====================
217class Utils {
218 static escape(text: string): string {
219 return text.replace(
220 /[&<>"']/g,
221 (m) =>
222 ({
223 "&": "&amp;",
224 "<": "&lt;",
225 ">": "&gt;",
226 '"': "&quot;",
227 "'": "&#x27;",

Callers 1

initializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected