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

Function captureExportUrls

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

Source from the content-addressed store, hash-verified

198 * the effect is scoped and the scope closed before reading.
199 */
200const captureExportUrls = async (
201 env: Record<string, string | undefined>,
202 options?: { readonly log?: boolean },
203): Promise<Array<string>> => (await captureExports(env, options)).map((request) => request.url);
204
205const captureExportHeaders = async (
206 env: Record<string, string | undefined>,

Callers 1

telemetry.test.tsFile · 0.85

Calls 1

captureExportsFunction · 0.85

Tested by

no test coverage detected