()
| 326 | const callerContext = { activeFile: makeFile() }; |
| 327 | const executor = makeExecutor(); |
| 328 | const ctx = () => |
| 329 | (executor as unknown as { triggerContext?: unknown }).triggerContext; |
| 330 | (executor as unknown as { triggerContext?: unknown }).triggerContext = |
| 331 | callerContext; |
| 332 | let contextDuringApply: unknown; |
no outgoing calls
no test coverage detected