MCPcopy Create free account
hub / github.com/adcontextprotocol/adcp / makeExpiredEntry

Function makeExpiredEntry

server/tests/unit/batch.test.ts:58–63  ·  view source on GitHub ↗
(customId: string)

Source from the content-addressed store, hash-verified

56}
57
58function makeExpiredEntry(customId: string) {
59 return {
60 custom_id: customId,
61 result: { type: 'expired' as const },
62 };
63}
64
65function makeCanceledEntry(customId: string) {
66 return {

Callers 1

batch.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected