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

Function Unmarshal

common/json.go:8–10  ·  view source on GitHub ↗
(data []byte, v any)

Source from the content-addressed store, hash-verified

6)
7
8func Unmarshal(data []byte, v any) error {
9 return json.Unmarshal(data, v)
10}
11
12func UnmarshalJsonStr(data string, v any) error {
13 return json.Unmarshal(StringToByteSlice(data), v)

Callers 7

getVertexArrayKeysFunction · 0.92
RelayErrorHandlerFunction · 0.92
GetSettingMethod · 0.92
ScanMethod · 0.92
ToMapMethod · 0.92
UnmarshalBodyReusableFunction · 0.85
StrToMapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected