Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ toString
Method
toString
packages/effect/src/internal/core.ts:250–252 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
248
}
249
}
250
toString() {
251
return
format(this.toJSON())
252
}
253
[NodeInspectSymbol]() {
254
return
this.toJSON()
255
}
Callers
nothing calls this directly
Calls
2
toJSON
Method · 0.95
format
Function · 0.70
Tested by
no test coverage detected