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

Function progress

server/src/routes/catalog-api.ts:262–264  ·  view source on GitHub ↗
(data: Record<string, unknown>)

Source from the content-addressed store, hash-verified

260 res.setHeader('Content-Type', 'application/x-ndjson');
261 res.setHeader('Cache-Control', 'no-cache');
262 function progress(data: Record<string, unknown>): void {
263 res.write(JSON.stringify(data) + '\n');
264 }
265
266 try {
267 const results: Record<string, unknown> = {};

Callers 3

processGcsShardFunction · 0.85
processGcsFileFunction · 0.85
createCatalogApiRouterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected