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

Function appendDescription

packages/server/src/openapi/transforms.ts:283–286  ·  view source on GitHub ↗
(existing: unknown, extra: string)

Source from the content-addressed store, hash-verified

281}
282
283function appendDescription(existing: unknown, extra: string): string {
284 if (typeof existing !== 'string' || existing.length === 0) return extra;
285 return `${existing} ${extra}`;
286}
287
288function replacePathParamName(
289 container: Record<string, unknown>,

Callers 2

patchFsActionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected