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

Function stopServer

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

Source from the content-addressed store, hash-verified

14 };
15
16 const stopServer = () => {
17 server.close();
18 };
19
20 const expectPage = async (page: Page, path: string): Promise<void> => {
21 await page.goto(`${DOMAIN}${path}`);

Callers

nothing calls this directly

Calls 1

closeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…