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

Function captureExportUrls

apps/host-selfhost/src/telemetry.test.ts:105–108  ·  view source on GitHub ↗
(
  env: Record<string, string | undefined>,
  options?: { readonly log?: boolean },
)

Source from the content-addressed store, hash-verified

103 * the effect is scoped and the scope closed before reading.
104 */
105const captureExportUrls = async (
106 env: Record<string, string | undefined>,
107 options?: { readonly log?: boolean },
108): Promise<Array<string>> => (await captureExports(env, options)).map((request) => request.url);
109
110const captureExportHeaders = async (
111 env: Record<string, string | undefined>,

Callers 1

telemetry.test.tsFile · 0.85

Calls 1

captureExportsFunction · 0.85

Tested by

no test coverage detected