MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / catalogResponse

Function catalogResponse

packages/node-sdk/test/catalog.test.ts:13–18  ·  view source on GitHub ↗
(body: unknown, status = 200)

Source from the content-addressed store, hash-verified

11} from '../src/catalog';
12
13function catalogResponse(body: unknown, status = 200): Response {
14 return new Response(JSON.stringify(body), {
15 status,
16 headers: { 'Content-Type': 'application/json' },
17 });
18}
19
20const model: CatalogModel = {
21 id: 'm1',

Callers 1

catalog.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected