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

Function bundle

packages/plugins/apps/src/testing/conformance.ts:7–11  ·  view source on GitHub ↗
(source: string)

Source from the content-addressed store, hash-verified

5import type { AppToolExecutor } from "../executor/app-tool-executor";
6
7const bundle = (source: string) =>
8 bundleEntry({
9 files: new Map([["tools/conformance.ts", source]]),
10 entry: "tools/conformance.ts",
11 });
12
13export const appToolExecutorConformance = (
14 name: string,

Callers 1

Calls 1

bundleEntryFunction · 0.90

Tested by

no test coverage detected