MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / write

Function write

e2e/fixtures/custom-tools-git/generate.ts:22–25  ·  view source on GitHub ↗
(root: string, path: string, body: string)

Source from the content-addressed store, hash-verified

20};
21
22const write = async (root: string, path: string, body: string) => {
23 await mkdir(dirname(join(root, path)), { recursive: true });
24 await writeFile(join(root, path), body);
25};
26
27const packageJson = JSON.stringify({ dependencies: { effect: "4.0.0-beta.59", zod: "4.3.6" } });
28const executorJson = JSON.stringify({ description: "Custom tools e2e fixture" });

Callers 1

generate.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected