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

Function structuredOf

e2e/scenarios/artifact-loading-surface.test.ts:88–90  ·  view source on GitHub ↗
(result: { readonly raw: unknown })

Source from the content-addressed store, hash-verified

86`;
87
88const structuredOf = (result: { readonly raw: unknown }): Record<string, unknown> =>
89 ((result.raw as { structuredContent?: Record<string, unknown> }).structuredContent ??
90 {}) as Record<string, unknown>;
91
92const artifactContent = (page: Page) =>
93 page.frameLocator('[data-testid="artifact-shell-frame"]').frameLocator("iframe");

Calls

no outgoing calls

Tested by

no test coverage detected