MCPcopy Index your code
hub / github.com/Effect-TS/effect / RouterConfig

Class RouterConfig

packages/platform/src/HttpLayerRouter.ts:229–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 * @category Configuration
228 */
229export class RouterConfig extends Context.Reference<RouterConfig>()("@effect/platform/HttpLayerRouter/RouterConfig", {
230 defaultValue: constant<Partial<FindMyWay.RouterConfig>>({})
231}) {}
232
233export {
234 /**

Callers

nothing calls this directly

Calls 1

constantFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…