CheckProduce can be called to determined whether this trigger should be triggered given a particular Annotation map for example - a `FuncReturn` trigger triggers iff the corresponding function has nilable return type
(Map)
| 40 | // for example - a `FuncReturn` trigger triggers iff the corresponding function has |
| 41 | // nilable return type |
| 42 | CheckProduce(Map) bool |
| 43 | |
| 44 | // NeedsGuardMatch returns whether this production is contingent on being |
| 45 | // paired with a guarded consumer. |
no outgoing calls
no test coverage detected