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

Function file

packages/plugins/apps/src/pipeline/publish.test.ts:12–12  ·  view source on GitHub ↗
(path: string, body: string)

Source from the content-addressed store, hash-verified

10const encoder = new TextEncoder();
11
12const file = (path: string, body: string) => ({ path, bytes: encoder.encode(body) });
13
14const tool = (description = "Tool") => `
15 import { z } from "zod";

Callers 1

publish.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected