Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.ts
File · 0.80
notify
Method · 0.80
onItem
Function · 0.80
next
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected