That’s not what I meant. You don’t need to worry about indirect imports. Look at the imports in your code and it’s in one of those modules. Another way of finding it is a running elixir system can be attached to and enumerate modules and their functions exposed. You’ll find it pretty easily. Dm me with a better screenshot.

Reply to this note

Please Login to reply.

Discussion

You can also do a grep through the deps directory. eMacs find grep command works really well. Elixir’s module system is very clean unlike using npm etc.