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

Function headerString

packages/server/src/openapi/transforms.ts:267–273  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

265}
266
267function headerString(): Record<string, unknown> {
268 return {
269 schema: {
270 type: 'string',
271 },
272 };
273}
274
275function headerInteger(): Record<string, unknown> {
276 return {

Callers 2

patchFileDownloadFunction · 0.70
patchFsDownloadFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected