MCPcopy Create free account
hub / github.com/PerpetualSoftware/pad / toStringMap

Function toStringMap

internal/artifact/encode.go:132–137  ·  view source on GitHub ↗
(v any)

Source from the content-addressed store, hash-verified

130}
131
132func toStringMap(v any) map[string]any {
133 if m, ok := v.(map[string]any); ok {
134 return m
135 }
136 return nil
137}

Callers 1

normalizeArgumentsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected