MCPcopy Create free account
hub / github.com/segmentio/encoding / String

Method String

proto/message.go:152–154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

150)
151
152func (wt WireType) String() string {
153 return wireType(wt).String()
154}
155
156func Append(m RawMessage, f FieldNumber, t WireType, v []byte) RawMessage {
157 b := [20]byte{}

Callers

nothing calls this directly

Calls 2

wireTypeTypeAlias · 0.85
StringMethod · 0.65

Tested by

no test coverage detected