Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.48 KB

dependency-view.md

File metadata and controls

31 lines (21 loc) · 1.48 KB

In Out

  • Nodes that do not depend on anything are colored green : These are probably utilities.
  • Nodes that only depend on other stuff are colored blue: These are probably application entry points.

Circular

Circular dependencies are highlighted in red

Filter

You can filter particular nodes by specifying their name

Hover

When you hover over a node

  • Red arrow denote stuff this file depends upon. Implies that this file cannot be extracted without also moving these files.
  • Green arrows denote stuff that depends on this file. Green as this means the code in this file is moveable to another project and these links will play no part in that.

Size

Size is based on average of in-degree and out-degree:

Distance

Distance is determined by how much of the file path is common between two nodes: