MCPcopy Create free account
hub / github.com/segmentio/encoding / FieldNumber

TypeAlias FieldNumber

proto/message.go:50–50  ·  view source on GitHub ↗

FieldNumber represents a protobuf field number.

Source from the content-addressed store, hash-verified

48
49// FieldNumber represents a protobuf field number.
50type FieldNumber uint
51
52func (f FieldNumber) Bool(v bool) RawMessage {
53 var x uint64

Callers 5

TestRewriteFunction · 0.85
BenchmarkRewriteFunction · 0.85
structTypeOfFunction · 0.85
parseStructTagFunction · 0.85
DecodeTagFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected