Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
143
const
readHandshakeOrdering = (page: Page): Promise<ReadonlyArray<string>> =>
144
page.evaluate(() => globalThis.__handshakeOrder ?? []);
145
146
const
readConsoleStyle = (
147
page: Page,
Callers
1
artifacts.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected