Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ toString
Function
toString
packages/effect/src/List.ts:103–105 ·
view source on GitHub ↗
(this: Cons<unknown>)
Source
from the content-addressed store, hash-verified
101
[TypeId]: TypeId,
102
_tag:
"Cons"
,
103
toString(this: Cons<unknown>) {
104
return
format(this.toJSON())
105
},
106
toJSON(this: Cons<unknown>) {
107
return
{
108
_id:
"List"
,
Callers
nothing calls this directly
Calls
2
format
Function · 0.70
toJSON
Method · 0.65
Tested by
no test coverage detected