Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
function
makeExpiredEntry(customId: string) {
59
return
{
60
custom_id: customId,
61
result: {
type
:
'expired'
as
const
},
62
};
63
}
64
65
function
makeCanceledEntry(customId: string) {
66
return
{
Callers
1
batch.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected