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

Function cloneRecord

packages/server/src/openapi/transforms.ts:311–313  ·  view source on GitHub ↗
(value: Record<string, unknown>)

Source from the content-addressed store, hash-verified

309}
310
311function cloneRecord(value: Record<string, unknown>): Record<string, unknown> {
312 return structuredClone(value);
313}
314
315function capitalize(value: string): string {
316 return `${value.charAt(0).toUpperCase()}${value.slice(1)}`;

Callers 1

patchSessionActionsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected