mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-09-13 06:07:30 -04:00
Both UIs count the whole library and the visible subset as the library loads, and GetCounts logs the same two lines for each. With no filter applied the two sets are the same books, so the log shows what looks like duplicated output and gives no way to tell which set a count describes, or whether a difference between them is a filter or a bug. CallerMemberName distinguishes them without touching the call sites or leaving a label for the next caller to forget. Co-authored-by: rmcrackan <rmcrackan@gmail.com>