MCPcopy Create free account
hub / github.com/tinyplex/tinybase / startServer

Function startServer

test/e2e/common.ts:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10 let server: Server;
11
12 const startServer = () => {
13 server = createTestServer('docs', port, false);
14 };
15
16 const stopServer = () => {
17 server.close();

Callers

nothing calls this directly

Calls 1

createTestServerFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…