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

Function defaultLayer

packages/core/analytics/src/analytics.ts:239–240  ·  view source on GitHub ↗
(config: AnalyticsConfig)

Source from the content-addressed store, hash-verified

237
238/** The layer over the default platform services (real HTTP + disk). */
239export const defaultLayer = (config: AnalyticsConfig): Layer.Layer<Analytics> =>
240 layer(config).pipe(Layer.provide(FetchHttpClient.layer), Layer.provide(NodeFileSystem.layer));

Callers

nothing calls this directly

Calls 1

layerFunction · 0.70

Tested by

no test coverage detected