You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.
Very nice module, thank you!
One minor feature request, how can one hide certain functions quickly?
I know about "onlyCalledMethods" but I would like to have them all shown except for a few, which are specific to a test contract which interfaces the contract I actually want to test.
The text was updated successfully, but these errors were encountered:
It might be slightly complicated from a user standpoint because they'd have to specify the contract and the function signatures of the items they want to hide. Something like this:
Very nice module, thank you!
One minor feature request, how can one hide certain functions quickly?
I know about "onlyCalledMethods" but I would like to have them all shown except for a few, which are specific to a test contract which interfaces the contract I actually want to test.
The text was updated successfully, but these errors were encountered: