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

Function isAnimatedRasterBuffer

quote/quote.ts:883–885  ·  view source on GitHub ↗
(buffer: Buffer | undefined)

Source from the content-addressed store, hash-verified

881}
882
883function sleepMs(ms: number): Promise<void> {
884 return new Promise((resolve) => setTimeout(resolve, ms));
885}
886
887async function waitForStableFile(filePath: string, timeoutMs = 8000): Promise<Buffer | undefined> {
888 const start = Date.now();

Callers 3

looksLikeAnimatedEmojiFunction · 0.85
scanFunction · 0.85

Calls 2

isWebmBufferFunction · 0.85
isGifBufferFunction · 0.85

Tested by

no test coverage detected