| 22 | } |
| 23 | |
| 24 | class DisabledCallSite implements CallSite { |
| 25 | getLocation(): LocationInFile | null { |
| 26 | return null |
| 27 | } |
| 28 | } |
| 29 | |
| 30 | export class EnabledCallSite implements CallSite { |
| 31 | private _error: Error |
nothing calls this directly
no outgoing calls
no test coverage detected