MCPcopy Create free account
hub / github.com/ding113/claude-code-hub / loadServerModule

Function loadServerModule

tests/unit/server-shutdown.test.ts:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22};
23
24function loadServerModule(): ServerJsModule {
25 return requireFromHere("../../server.js") as ServerJsModule;
26}
27
28describe.sequential("registerOrchestratedShutdown", () => {
29 let prevExit: typeof process.exit;

Callers 2

startCchEdgeHarnessFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected