(operation)
| 89 | getLaunchSpec, |
| 90 | }); |
| 91 | const execute = (operation) => client.execute({ operation, cwd: workspace, mode: 'ask' }); |
| 92 | |
| 93 | // Exact writes stay exact in the preview: the target is pre-seeded so the |
| 94 | // grant covers only this file object, never its parent directory. |
no test coverage detected