Skip to main content

Module graph

Module graph 

Source
Expand description

Ruby’s usage-graph scans: the per-symbol forward scan (extractor/hits) and the whole-workspace inverted per-file walk (inverted), both resolving references through resolver – the shared Ruby resolution library the definition route also reads.

No analyzer handle appears here. brokk-bifrost-analysis downcasts once and hands over a RubyGraphSource plus the RubySource the memoized Ruby products come from.

Modules§

extractor
hits
inverted
Whole-workspace inverted edge builder for Ruby.
resolver
syntax

Structs§

RubyGraphSource
The dispatching analyzer’s side of a Ruby usage-graph scan.