Method: AdLint::Ld::FunctionCallGraph#direct_callers_of
- Defined in:
- lib/adlint/ld/object.rb
#direct_callers_of(fun) ⇒ Object
580 581 582 |
# File 'lib/adlint/ld/object.rb', line 580 def direct_callers_of(fun) @callee_index[fun].map { |funcall| funcall.caller }.to_set end |