Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ toString
Function
toString
packages/effect/src/internal/option.ts:22–24 ·
view source on GitHub ↗
(this: Option.Option<A>)
Source
from the content-addressed store, hash-verified
20
return
this.toJSON()
21
},
22
toString<A>(this: Option.Option<A>) {
23
return
format(this.toJSON())
24
}
25
}
26
27
const
SomeProto = Object.assign(Object.create(CommonProto), {
Callers
nothing calls this directly
Calls
2
format
Function · 0.70
toJSON
Method · 0.65
Tested by
no test coverage detected