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

Method MustBool

dnode/partial.go:157–161  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

155}
156
157func (p *Partial) MustBool() bool {
158 b, err := p.Bool()
159 checkError(err)
160 return b
161}
162
163func (p *Partial) MustFunction() Function {
164 f, err := p.Function()

Callers 1

TestKiteFunction · 0.80

Calls 2

BoolMethod · 0.95
checkErrorFunction · 0.85

Tested by 1

TestKiteFunction · 0.64