Closed yuxincs closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 87.61%. Comparing base (
c59c3f4
) to head (152ec48
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
[!NOTE]
✅ NilAway errors reported on standard libraries are identical.3271 errors on base branch (main, c59c3f4) 3271 errors on test branch (98a9116)
This PR refactors the logic that returns nonnil producer in the new generalized hook framework into a new strongly-typed hook for better maintainability and slightly better performance (fewer look ups in all hook points). It introduces no functionality changes.