MCPcopy
hub / github.com/golang/protobuf / fieldNum

TypeAlias fieldNum

proto/extensions.go:352–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352type fieldNum protoreflect.FieldNumber
353
354func (n1 fieldNum) Has(n2 protoreflect.FieldNumber) bool {
355 return protoreflect.FieldNumber(n1) == n2

Callers 3

ClearExtensionFunction · 0.85
GetExtensionFunction · 0.85
SetExtensionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected