MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / Marshal

Function Marshal

common/json.go:20–22  ·  view source on GitHub ↗
(v any)

Source from the content-addressed store, hash-verified

18}
19
20func Marshal(v any) ([]byte, error) {
21 return json.Marshal(v)
22}

Callers 4

ValueMethod · 0.92
ToMapMethod · 0.92
aliHandlerFunction · 0.92
ObjectDataFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected