MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / app-source.test.ts

File app-source.test.ts

packages/plugins/apps/src/source/app-source.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, executor/no-error-constructor -- boundary: tests use fixture server cleanup and hard-fail setup errors */
2import { createServer, type IncomingMessage, type ServerResponse } from "node:http";
3import { mkdir, readFile, symlink, writeFile } from "node:fs/promises";
4import { homedir, tmpdir } from "node:os";

Callers

nothing calls this directly

Calls 15

parseInfoRefsFunction · 0.90
resolveWantFunction · 0.90
pktLineFunction · 0.90
authForHostFunction · 0.90
uploadPackFunction · 0.90
parseGitSourceUrlFunction · 0.90
checkGitAppSourceRefsFunction · 0.90
checkRefsFunction · 0.90
parsePackFunction · 0.90
walkTreeFunction · 0.90
fetchGitAppSourceFunction · 0.90
handFetchFunction · 0.90

Tested by

no test coverage detected