MCPcopy Create free account
hub / github.com/CopilotKit/aimock / testIdSuffix

Function testIdSuffix

src/video-proxy-shared.ts:89–91  ·  view source on GitHub ↗
(testId: string, sep: "?" | "&")

Source from the content-addressed store, hash-verified

87 * single-tenant URLs clean.
88 */
89export function testIdSuffix(testId: string, sep: "?" | "&"): string {
90 return testId === DEFAULT_TEST_ID ? "" : `${sep}testId=${encodeURIComponent(testId)}`;
91}
92
93/** Default upstream timeout for the live lifecycle proxy (matches recorder.ts). */
94export const DEFAULT_UPSTREAM_TIMEOUT_MS = 30_000;

Callers 8

rewriteRecordPollBodyFunction · 0.85
handleVeoVideoCreateFunction · 0.85
proxyVeoVideoSubmitFunction · 0.85
handleGrokVideoCreateFunction · 0.85
proxyGrokVideoSubmitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…