MCPcopy
hub / github.com/segmentio/kafka-go / string

Method string

protocol/reflect.go:50–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48func (v value) float64() float64 { return v.val.Float() }
49
50func (v value) string() string { return v.val.String() }
51
52func (v value) bytes() []byte { return v.val.Bytes() }
53

Callers 4

encodeStringMethod · 0.45
encodeCompactStringMethod · 0.45
encodeNullStringMethod · 0.45

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected