MCPcopy Create free account
hub / github.com/OpenPipe/OpenPipe / condition

Function condition

app/src/utils/api.ts:42–44  ·  view source on GitHub ↗
(op)

Source from the content-addressed store, hash-verified

40 }),
41 splitLink({
42 condition(op) {
43 return op.context.slowBatch === true;
44 },
45 // separate batching for slow requests
46 true: httpBatchLink({
47 url: `${getBaseUrl()}/api/trpc`,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected