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

Function get

packages/platform/src/internal/httpRouter.ts:844–846  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

842 TagClass.key = id
843 Object.defineProperty(TagClass, "stack", {
844 get() {
845 return creationError.stack
846 }
847 })
848 TagClass_.Live = Layer.sync(TagClass_, makeService)
849 TagClass_.router = Effect.flatMap(TagClass_, (_) => _.router)

Callers 1

httpRouter.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected