Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CodisLabs/codis
/ jsonDecode
Function
jsonDecode
pkg/models/encode.go:21–26 ·
view source on GitHub ↗
(v interface{}, b []byte)
Source
from the content-addressed store, hash-verified
19
}
20
21
func
jsonDecode(v
interface
{}, b []byte) error {
22
if
err := json.Unmarshal(b, v); err != nil {
23
return
errors.Trace(err)
24
}
25
return
nil
26
}
Callers
7
LoadTopom
Function · 0.85
LoadSlotMapping
Method · 0.85
ListGroup
Method · 0.85
LoadGroup
Method · 0.85
ListProxy
Method · 0.85
LoadProxy
Method · 0.85
LoadSentinel
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected