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

Method MustFunction

dnode/partial.go:163–167  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

161}
162
163func (p *Partial) MustFunction() Function {
164 f, err := p.Function()
165 checkError(err)
166 return f
167}

Callers 1

SquareCBFunction · 0.80

Calls 2

FunctionMethod · 0.95
checkErrorFunction · 0.85

Tested by 1

SquareCBFunction · 0.64