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

Function readSamples

e2e/scenarios/artifact-loading-surface.test.ts:150–151  ·  view source on GitHub ↗
(page: Page)

Source from the content-addressed store, hash-verified

148};
149
150const readSamples = (page: Page): Promise<ReadonlyArray<Sample>> =>
151 page.evaluate(() => globalThis.__loadingSamples ?? []);
152
153/**
154 * Assert the whole open was one surface.

Calls

no outgoing calls

Tested by

no test coverage detected