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

Function serveTestHttpServerLayer

packages/core/sdk/src/testing.ts:88–94  ·  view source on GitHub ↗
(
  serverLayer: Layer.Layer<never, any, any>,
)

Source from the content-addressed store, hash-verified

86 );
87
88export const serveTestHttpServerLayer = (
89 serverLayer: Layer.Layer<never, any, any>,
90): Effect.Effect<
91 TestHttpServerShape,
92 TestHttpServerAddressError | TestHttpServerServeError,
93 EffectScope.Scope
94> => makeTestHttpServer(serverLayer);
95
96const makeTestHttpServer = (
97 serverLayer: Layer.Layer<never, any, any>,

Calls 1

makeTestHttpServerFunction · 0.85

Tested by

no test coverage detected