• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# CMD: Returns the modules in the transitive closure of module $arg
2
3include "library";
4
5fullTransitiveDeps([$arg])
6
7
8