Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
const
encoder =
new
TextEncoder();
11
12
const
file = (path: string, body: string) => ({ path, bytes: encoder.encode(body) });
13
14
const
tool = (description =
"Tool"
) => `
15
import
{ z } from
"zod"
;
Callers
1
publish.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected