MCPcopy
hub / github.com/Effect-TS/effect / get

Method get

packages/effect/src/Effect.ts:13704–13706  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13702 TagClass.prototype._tag = id
13703 Object.defineProperty(TagClass, "make", {
13704 get() {
13705 return (service: any) => new this(service)
13706 }
13707 })
13708 Object.defineProperty(TagClass, "use", {
13709 get() {

Callers

nothing calls this directly

Calls 2

fromEffectMethod · 0.80
mapFunction · 0.70

Tested by

no test coverage detected