MCPcopy
hub / github.com/inkeep/open-knowledge / server-factory.test.ts

File server-factory.test.ts

packages/server/src/server-factory.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, beforeEach, describe, expect, test } from 'bun:test';
2import { existsSync, mkdirSync, mkdtempSync, readFileSync, rmSync, writeFileSync } from 'node:fs';
3import { mkdtemp, readFile, rm } from 'node:fs/promises';
4import { tmpdir } from 'node:os';

Callers

nothing calls this directly

Calls 15

createServerFunction · 0.90
ensureProjectGitFunction · 0.90
initShadowRepoFunction · 0.90
shadowGitFunction · 0.90
managedRenameJournalPathFunction · 0.90
buildSyncCredentialArgsFunction · 0.90
captureAllLoggersFunction · 0.85
updateServerLockPortFunction · 0.85
readServerLockFunction · 0.85
getAuthExtensionFunction · 0.85

Tested by

no test coverage detected