How to Identify the Source of a Dependency in Existing Code

when working with existing code and you have a function that is requesting a dependency how can locate where that dependency is coming from? This ship is leaking dependencies as hell.
Was this page helpful?