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

Function bundle

packages/plugins/apps/src/plugin/apps-plugin.test.ts:19–23  ·  view source on GitHub ↗
(source: string)

Source from the content-addressed store, hash-verified

17import type { AppSourceRecord, AppsStore } from "./store";
18
19const bundle = (source: string) =>
20 bundleEntry({
21 files: new Map([["tools/sync.ts", source]]),
22 entry: "tools/sync.ts",
23 });
24
25const localAppDir = (toolName: string, message: string) =>
26 Effect.acquireRelease(

Callers 1

Calls 1

bundleEntryFunction · 0.90

Tested by

no test coverage detected