Is your feature request related to a problem? Please describe.
When Hank analyses modules implementing unknown behaviors (or behaviors with dynamic callbacks, like gen_statem or ct_suite), it doesn't check any function in the module, just in case they're actually a dynamic callback implementation. But non-exported functions can never be callbacks.
Describe the solution you'd like
I would like Hank to analyze non-exported functions in these scenarios.
Is your feature request related to a problem? Please describe.
When Hank analyses modules implementing unknown behaviors (or behaviors with dynamic callbacks, like
gen_statem
orct_suite
), it doesn't check any function in the module, just in case they're actually a dynamic callback implementation. But non-exported functions can never be callbacks.Describe the solution you'd like
I would like Hank to analyze non-exported functions in these scenarios.
Additional Context
124