src/main.ts:10-12 [function run]

 9: const value = 1;
10: function run() {
11:   helper();
12: }
13: run();

──── calls_out
  helper (line 11) +2

──── called_by
  main (line 20)