Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/segmentio/encoding
/ wireType
Method
wireType
proto/struct.go:32–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
}
31
32
func
(f *structField) wireType() wireType {
33
return
f.codec.wire
34
}
35
36
func
(f *structField) embedded() bool {
37
return
(f.flags & embedded) != 0
Callers
4
String
Method · 0.95
structEncodeFuncOf
Function · 0.80
structDecodeFuncOf
Function · 0.80
sliceCodecOf
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected