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

Function stateKey

src/fal.ts:441–441  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

439
440 const testId = getTestId(req);
441 const stateKey = (id: string) => `${testId}:${id}`;
442
443 switch (route.kind) {
444 case "queue-status": {

Callers 2

handleFalFunction · 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…