MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / copySchemaMap

Function copySchemaMap

tools/mcp_schema.go:283–289  ·  view source on GitHub ↗
(in map[string]any)

Source from the content-addressed store, hash-verified

281}
282
283func copySchemaMap(in map[string]any) map[string]any {
284 out := make(map[string]any, len(in)+1)
285 for key, value := range in {
286 out[key] = value
287 }
288 return out
289}

Callers 2

optionalMCPSchemaFunction · 0.85
nullableMCPSchemaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected