(filePath, data)
| 12 | } from "./types.js"; |
| 13 | |
| 14 | const defaultWriteFile: WriteFileFn = (filePath, data) => |
| 15 | writeFile(filePath, data); // (D1) |
| 16 | |
| 17 | export function createAndroidLaunchContext({ |
| 18 | deps, |
nothing calls this directly
no test coverage detected