MCPcopy 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
32func (f *structField) wireType() wireType {
33 return f.codec.wire
34}
35
36func (f *structField) embedded() bool {
37 return (f.flags & embedded) != 0

Callers 4

StringMethod · 0.95
structEncodeFuncOfFunction · 0.80
structDecodeFuncOfFunction · 0.80
sliceCodecOfFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected