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

Function hasExplicitCount

quote/quote.ts:1296–1298  ·  view source on GitHub ↗
(argsText: string)

Source from the content-addressed store, hash-verified

1294 const out: any[] = [];
1295 const scan = (message: any) => {
1296 if (!message) return;
1297 if (message.mediaBuffer && isAnimatedRasterBuffer(message.mediaBuffer)) out.push(message);
1298 if (message.replyMessage) scan(message.replyMessage);
1299 if (message.forward) scan(message.forward);
1300 };
1301 messages.forEach(scan);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected