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

Method String

proto/message.go:100–102  ·  view source on GitHub ↗
(v string)

Source from the content-addressed store, hash-verified

98}
99
100func (f FieldNumber) String(v string) RawMessage {
101 return f.Bytes([]byte(v))
102}
103
104func (f FieldNumber) Bytes(v []byte) RawMessage {
105 return AppendVarlen(nil, f, v)

Callers 1

ValueMethod · 0.95

Calls 1

BytesMethod · 0.95

Tested by

no test coverage detected