()
| 49 | }, |
| 50 | |
| 51 | fileMapTokens() { |
| 52 | fileMapTokensCalled = true; |
| 53 | return this._super.fileMapTokens.apply(this, arguments); |
| 54 | }, |
| 55 | |
| 56 | filesPath(/* opts */) { |
| 57 | filesPathCalled = true; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…