MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / serve.test.ts

File serve.test.ts

apps/local/src/serve.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, beforeEach, describe, expect, it } from "@effect/vitest";
2import { existsSync, mkdirSync, mkdtempSync, rmSync, statSync, writeFileSync } from "node:fs";
3import { tmpdir } from "node:os";
4import { join } from "node:path";

Callers

nothing calls this directly

Calls 8

startServerFunction · 0.90
acquireDataDirOwnershipFunction · 0.90
startTestServerFunction · 0.85
testHandlersFunction · 0.85
fetchFunction · 0.70
textMethod · 0.65
getMethod · 0.65
jsonMethod · 0.65

Tested by

no test coverage detected