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

Function jsonDecode

cli/scheduler_command.go:941–943  ·  view source on GitHub ↗

jsonDecode mirrors marshalJSON for symmetry.

(raw string, dst any)

Source from the content-addressed store, hash-verified

939
940// jsonDecode mirrors marshalJSON for symmetry.
941func jsonDecode(raw string, dst any) error {
942 return jsonDecodeImpl(raw, dst)
943}

Callers 2

handleScheduleCommandMethod · 0.85
handleWaitCommandMethod · 0.85

Calls 1

jsonDecodeImplFunction · 0.85

Tested by

no test coverage detected