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