Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
152
func
(wt WireType) String() string {
153
return
wireType(wt).String()
154
}
155
156
func
Append(m RawMessage, f FieldNumber, t WireType, v []byte) RawMessage {
157
b := [20]byte{}
Callers
nothing calls this directly
Calls
2
wireType
TypeAlias · 0.85
String
Method · 0.65
Tested by
no test coverage detected