Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ toString
Method
toString
packages/effect/src/internal/core.ts:152–154 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
150
}
151
}
152
toString() {
153
return
format(this.toJSON())
154
}
155
[NodeInspectSymbol]() {
156
return
this.toJSON()
157
}
Callers
nothing calls this directly
Calls
2
toJSON
Method · 0.95
format
Function · 0.70
Tested by
no test coverage detected