Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ toString
Function
toString
packages/effect/src/Micro.ts:293–295 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
291
return
pipeArguments(this, arguments)
292
}
293
toString() {
294
return
this.stack
295
}
296
[NodeInspectSymbol]() {
297
return
this.stack
298
}
Callers
nothing calls this directly
Calls
1
format
Function · 0.70
Tested by
no test coverage detected