MCPcopy
hub / github.com/uber-go/nilaway / TriggerIfDeepNilable

Struct TriggerIfDeepNilable

annotation/produce_trigger.go:116–119  ·  view source on GitHub ↗

TriggerIfDeepNilable is a general trigger indicating the the bad case occurs when a certain Annotation key is deeply nilable

Source from the content-addressed store, hash-verified

114// TriggerIfDeepNilable is a general trigger indicating the the bad case occurs when a certain Annotation
115// key is deeply nilable
116type TriggerIfDeepNilable struct {
117 Ann Key
118 NeedsGuard bool
119}
120
121// Prestring returns this Prestring as a Prestring
122func (*TriggerIfDeepNilable) Prestring() Prestring {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected