Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
157
func
(p *Partial) MustBool() bool {
158
b, err := p.Bool()
159
checkError(err)
160
return
b
161
}
162
163
func
(p *Partial) MustFunction() Function {
164
f, err := p.Function()
Callers
1
TestKite
Function · 0.80
Calls
2
Bool
Method · 0.95
checkError
Function · 0.85
Tested by
1
TestKite
Function · 0.64