| 1 | class Foo { |
| 2 | f(/* ... */) {} |
| 3 | f() /* ... */ {} |
| 4 | f = (/* ... */) => {}; |
| 5 | static f(/* ... */) {}; |
| 6 | static f = (/* ... */) => {}; |
| 7 | static f = function(/* ... */) {}; |
| 8 | static f = function f(/* ... */) {}; |
| 9 | } |
nothing calls this directly
no outgoing calls
no test coverage detected