MCPcopy Create free account
hub / github.com/Effect-TS/effect / f

Method f

packages/effect/test/Formatter.test.ts:21–23  ·  view source on GitHub ↗
(s: string)

Source from the content-addressed store, hash-verified

19 constructor(private secret: string) {}
20
21 f(s: string) {
22 this.secret += s
23 }
24
25 toString() {
26 return this.secret

Callers 4

HttpApi.test.tsFile · 0.80
notifyMethod · 0.80
onItemFunction · 0.80
nextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected