Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/koding/kite
/ MustUnmarshal
Method
MustUnmarshal
dnode/partial.go:54–57 ·
view source on GitHub ↗
(v interface{})
Source
from the content-addressed store, hash-verified
52
}
53
54
func
(p *Partial) MustUnmarshal(v
interface
{}) {
55
err := p.Unmarshal(v)
56
checkError(err)
57
}
58
59
//-------------------------------------------
60
// Helper methods for unmarshaling JSON types
Callers
3
TestUnmarshalArguments
Function · 0.95
handleTunnel
Function · 0.80
newRequest
Method · 0.80
Calls
2
Unmarshal
Method · 0.95
checkError
Function · 0.85
Tested by
1
TestUnmarshalArguments
Function · 0.76