MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / apps-plugin.test.ts

File apps-plugin.test.ts

packages/plugins/apps/src/plugin/apps-plugin.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/* oxlint-disable executor/no-try-catch-or-throw -- boundary: test temporarily overrides global fetch and restores it in finally */
2import { mkdir, mkdtemp, readFile, rm, writeFile } from "node:fs/promises";
3import { tmpdir } from "node:os";
4import { join } from "node:path";

Callers

nothing calls this directly

Calls 15

definePluginFunction · 0.90
projectAppsToolSchemaFunction · 0.90
makeAppsPluginFunction · 0.90
createExecutorFunction · 0.90
makeSyncStoreFunction · 0.85
fixtureFetchFunction · 0.85
localAppDirFunction · 0.85
makeTestConfigFunction · 0.85
invokeCtxFunction · 0.85
valuesMethod · 0.80
setMethod · 0.80

Tested by

no test coverage detected