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

Function headerInteger

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

Source from the content-addressed store, hash-verified

273}
274
275function headerInteger(): Record<string, unknown> {
276 return {
277 schema: {
278 type: 'integer',
279 },
280 };
281}
282
283function appendDescription(existing: unknown, extra: string): string {
284 if (typeof existing !== 'string' || existing.length === 0) return extra;

Callers 2

patchFileDownloadFunction · 0.85
patchFsDownloadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected