Show: use covered to find unused views #20
zealot128
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
That's awesome, maybe we should make a better interface for loading the persisted database. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
With eager-loading it is easy to find unused classes, but views might be hard to tell if unused.
So, after digging into the .covered.db Persistor, I found, it is relatively easy, to check which views are unused:
Beta Was this translation helpful? Give feedback.
All reactions