Commit e74529d2 authored by Schuyler Eldridge's avatar Schuyler Eldridge
Browse files

Add InstanceGraph helpers: reachable/unreachable



Adds new APIs for querying sets of modules in an InstanceGraph:

  - modules: the set of all modules
  - reachableModules: set of modules reachable from the main/top
  - unreachableModules: set of modules not reachable from the main/top

Signed-off-by: default avatarSchuyler Eldridge <schuyler.eldridge@ibm.com>
parent dd6bbd4f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment