(n: number)
| 21 | // to build a synthetic result. Tests that want to exercise the |
| 22 | // skipped path build the shape inline. |
| 23 | function applied(n: number) { |
| 24 | return { applied: n, skipped: [] }; |
| 25 | } |
| 26 | |
| 27 | function makeSync(): Sync { |
| 28 | return { |
no outgoing calls
no test coverage detected