MCPcopy
hub / github.com/qawolf/cli / defaultWriteFile

Function defaultWriteFile

src/shell/appium/createAndroidLaunchContext.ts:14–15  ·  view source on GitHub ↗
(filePath, data)

Source from the content-addressed store, hash-verified

12} from "./types.js";
13
14const defaultWriteFile: WriteFileFn = (filePath, data) =>
15 writeFile(filePath, data); // (D1)
16
17export function createAndroidLaunchContext({
18 deps,

Callers

nothing calls this directly

Calls 1

writeFileFunction · 0.50

Tested by

no test coverage detected