Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
100
func
(f FieldNumber) String(v string) RawMessage {
101
return
f.Bytes([]byte(v))
102
}
103
104
func
(f FieldNumber) Bytes(v []byte) RawMessage {
105
return
AppendVarlen(nil, f, v)
Callers
1
Value
Method · 0.95
Calls
1
Bytes
Method · 0.95
Tested by
no test coverage detected