DeferredPredicate returns true if this predicate has the deferred marker.
()
| 310 | |
| 311 | // DeferredPredicate returns true if this predicate has the deferred marker. |
| 312 | func (d Decl) DeferredPredicate() bool { |
| 313 | return d.findDescr(DescrDeferredPredicate, nil) |
| 314 | } |
| 315 | |
| 316 | // MergePredicate returns the information from the merge predicate descriptor. |
| 317 | // |
no test coverage detected