MCPcopy Create free account
hub / github.com/Kilo-Org/cloud / cleanup

Method cleanup

packages/kilo-chat/src/client.ts:122–126  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

120 }),
121 // A failed prior send must not block subsequent sends — swallow the
122 // rejection on the chain; the original caller already received it.
123 () =>
124 this.httpRequest('/v1/messages', {
125 method: 'POST',
126 body,
127 schema: createMessageResponseSchema,
128 deadlineMs: SEND_DEADLINE_MS,
129 })

Callers 4

plan.test.tsFile · 0.80
onSignalFunction · 0.80
closeFunction · 0.80

Calls 2

getMethod · 0.65
deleteMethod · 0.65

Tested by

no test coverage detected