Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ toString
Function
toString
packages/effect/src/MutableList.ts:57–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
}
56
},
57
toString() {
58
return
format(this.toJSON())
59
},
60
toJSON() {
61
return
{
62
_id:
"MutableList"
,
Callers
nothing calls this directly
Calls
2
format
Function · 0.70
toJSON
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…