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