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

Method MustString

dnode/partial.go:145–149  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

143}
144
145func (p *Partial) MustString() string {
146 s, err := p.String()
147 checkError(err)
148 return s
149}
150
151func (p *Partial) MustFloat64() float64 {
152 f, err := p.Float64()

Callers 15

TestMethod_LatestFunction · 0.80
TestMethod_FirstFunction · 0.80
TestMethod_BaseFunction · 0.80
TestSendErrorFunction · 0.80
TestConcurrencyFunction · 0.80
TestKiteFunction · 0.80
handlePrintFunction · 0.80
handlePromptFunction · 0.80
handleGetPassFunction · 0.80
handleNotifyDarwinFunction · 0.80
TestWebSocketProxyFunction · 0.80
handleRegisterMethod · 0.80

Calls 2

StringMethod · 0.95
checkErrorFunction · 0.85

Tested by 8

TestMethod_LatestFunction · 0.64
TestMethod_FirstFunction · 0.64
TestMethod_BaseFunction · 0.64
TestSendErrorFunction · 0.64
TestConcurrencyFunction · 0.64
TestKiteFunction · 0.64
TestWebSocketProxyFunction · 0.64
TestProxyFunction · 0.64