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

Function fwdPeer

quote/quote.ts:364–366  ·  view source on GitHub ↗
(fwd: any)

Source from the content-addressed store, hash-verified

362 continue;
363 }
364
365 // scale=2 / scale:2 / s=2
366 const scaleEq = lower.match(/^(?:scale|s)[=:](\d+(?:\.\d+)?)$/);
367 if (scaleEq) {
368 const s = Number(scaleEq[1]);
369 if (Number.isFinite(s) && s > 0) out.scale = Math.min(20, Math.max(1, s));

Callers 1

forwardedSourceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected