MCPcopy
hub / github.com/midrender/revideo / stop

Function stop

packages/e2e/src/app.ts:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 return {
31 page,
32 async stop() {
33 await Promise.all([browser.close(), server.close()]);
34 },
35 };
36}

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected