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

Method a

packages/effect/test/Schema/Schema/Class/TaggedError.test.ts:117–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115 n: S.NumberFromString
116 }) {
117 a() {
118 return this.n + "a"
119 }
120 }
121 const a = A.make({ n: 1 })
122 assertInstanceOf(a, A)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected