Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
941
func
jsonDecode(raw string, dst any) error {
942
return
jsonDecodeImpl(raw, dst)
943
}
Callers
2
handleScheduleCommand
Method · 0.85
handleWaitCommand
Method · 0.85
Calls
1
jsonDecodeImpl
Function · 0.85
Tested by
no test coverage detected