docs: describe each hook class in the README#220
Conversation
Adds a "Hook classes" section that covers every built-in hook (tap methods, call methods, result value, and the effect of returning a value from a tap), addressing the ask in #48.
Each hook class subsection now includes a short snippet illustrating typical taps and the corresponding call/result, following up on #48.
|
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #220 +/- ##
=======================================
Coverage 97.96% 97.96%
=======================================
Files 13 13
Lines 689 689
Branches 112 112
=======================================
Hits 675 675
Misses 13 13
Partials 1 1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
fixes #48