MCPcopy Index your code
hub / github.com/koding/kite / MustMap

Method MustMap

dnode/partial.go:139–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

137}
138
139func (p *Partial) MustMap() map[string]*Partial {
140 m, err := p.Map()
141 checkError(err)
142 return m
143}
144
145func (p *Partial) MustString() string {
146 s, err := p.String()

Callers

nothing calls this directly

Calls 2

MapMethod · 0.95
checkErrorFunction · 0.85

Tested by

no test coverage detected