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

Method methodA

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

Source from the content-addressed store, hash-verified

74 class A {
75 constructor(public a: number) {}
76 methodA() {
77 return this.a
78 }
79 }
80 class B extends Pipeable.Class(A) {
81 constructor(private b: string) {

Callers 2

methodBMethod · 0.80
Pipeable.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected