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

Method methodB

packages/effect/test/Pipeable.test.ts:84–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82 super(b.length)
83 }
84 methodB() {
85 return [this.b, this.methodA()]
86 }
87 }
88 const b = new B("bb")
89

Callers 1

Pipeable.test.tsFile · 0.80

Calls 1

methodAMethod · 0.80

Tested by

no test coverage detected