google.golang.org/protobuf/internal/impl.coderFieldInfo.isRequired (field)
5 uses
google.golang.org/protobuf/internal/impl (current package)
checkinit.go#L32: if f.isRequired {
checkinit.go#L45: if !f.isRequired && f.funcs.isInit == nil {
checkinit.go#L50: if f.isRequired {
codec_message.go#L46: isRequired bool // true if field is required
codec_message.go#L96: isRequired: fd.Cardinality() == pref.Required,
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |