MCPcopy 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
36func (f *structField) embedded() bool {
37 return (f.flags & embedded) != 0
38}
39
40func (f *structField) repeated() bool {
41 return (f.flags & repeated) != 0

Callers 4

structSizeFuncOfFunction · 0.80
structEncodeFuncOfFunction · 0.80
structDecodeFuncOfFunction · 0.80
sliceCodecOfFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected