MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / readHandshakeOrdering

Function readHandshakeOrdering

e2e/scenarios/artifacts.test.ts:143–144  ·  view source on GitHub ↗
(page: Page)

Source from the content-addressed store, hash-verified

141};
142
143const readHandshakeOrdering = (page: Page): Promise<ReadonlyArray<string>> =>
144 page.evaluate(() => globalThis.__handshakeOrder ?? []);
145
146const readConsoleStyle = (
147 page: Page,

Callers 1

artifacts.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected