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

Method UnderlyingSite

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

UnderlyingSite returns the underlying site this trigger's nilability depends on. If the trigger always or never fires, the site is nil.

()

Source from the content-addressed store, hash-verified

61 // UnderlyingSite returns the underlying site this trigger's nilability depends on. If the
62 // trigger always or never fires, the site is nil.
63 UnderlyingSite() Key
64
65 // equals returns true if the passed ProducingAnnotationTrigger is equal to this one
66 equals(ProducingAnnotationTrigger) bool

Callers 3

ObservePackageMethod · 0.65

Implementers 5

TriggerIfNilableannotation/produce_trigger.go
TriggerIfDeepNilableannotation/produce_trigger.go
ProduceTriggerTautologyannotation/produce_trigger.go
ProduceTriggerNeverannotation/produce_trigger.go
mockProducingAnnotationTriggerannotation/helper_test.go

Calls

no outgoing calls

Tested by

no test coverage detected