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

Function readHandshakeOrdering

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

Source from the content-addressed store, hash-verified

147};
148
149const readHandshakeOrdering = (page: Page): Promise<ReadonlyArray<string>> =>
150 page.evaluate(() => globalThis.__handshakeOrder ?? []);
151
152const readConsoleStyle = async (page: Page): Promise<{ primary: string; buttonBg: string }> => {
153 const button = page.getByRole("button", { name: "Rename", exact: true });

Callers 1

artifacts.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected