MCPcopy Create free account
hub / github.com/diillson/chatcli / jsonDecodeImpl

Function jsonDecodeImpl

cli/scheduler_json.go:12–14  ·  view source on GitHub ↗
(raw string, dst any)

Source from the content-addressed store, hash-verified

10func marshalJSONImpl(v any) ([]byte, error) { return json.Marshal(v) }
11
12func jsonDecodeImpl(raw string, dst any) error {
13 return json.Unmarshal([]byte(raw), dst)
14}

Callers 2

jsonDecodeFunction · 0.85
remoteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected