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

Method String

dnode/partial.go:90–93  ·  view source on GitHub ↗

String is a helper to unmarshal a JSON String.

()

Source from the content-addressed store, hash-verified

88
89// String is a helper to unmarshal a JSON String.
90func (p *Partial) String() (s string, err error) {
91 err = p.Unmarshal(&s)
92 return
93}
94
95// Float64 is a helper to unmarshal a JSON Number.
96func (p *Partial) Float64() (f float64, err error) {

Callers 2

MustStringMethod · 0.95
collectMethod · 0.45

Calls 1

UnmarshalMethod · 0.95

Tested by

no test coverage detected