Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
func
marshalJSONImpl(v any) ([]byte, error) {
return
json.Marshal(v) }
11
12
func
jsonDecodeImpl(raw string, dst any) error {
13
return
json.Unmarshal([]byte(raw), dst)
14
}
Callers
2
jsonDecode
Function · 0.85
remote
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected