MCPcopy 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
54func (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

TestUnmarshalArgumentsFunction · 0.95
handleTunnelFunction · 0.80
newRequestMethod · 0.80

Calls 2

UnmarshalMethod · 0.95
checkErrorFunction · 0.85

Tested by 1

TestUnmarshalArgumentsFunction · 0.76