Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/golang/protobuf
/ Has
Method
Has
proto/extensions.go:354–356 · proto/extensions.go::fieldNum.Has
(n2 protoreflect.FieldNumber)
Source
from the content-addressed store, hash-verified
352
type
fieldNum protoreflect.FieldNumber
353
354
func
(n1 fieldNum) Has(n2 protoreflect.FieldNumber) bool {
355
return
protoreflect.FieldNumber(n1) == n2
356
}
Callers
10
unmarshalMessage
Method · 0.80
unmarshalExtensionOrAny
Method · 0.80
setDefaults
Function · 0.80
HasExtension
Function · 0.80
GetExtension
Function · 0.80
ExtensionDescs
Function · 0.80
isValidExtension
Function · 0.80
clearUnknown
Function · 0.80
writeMessage
Method · 0.80
marshalMessage
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected