Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ toString
Function
toString
packages/effect/src/Inspectable.ts:241–243 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
239
return
this.toJSON()
240
},
241
toString() {
242
return
format(this.toJSON())
243
}
244
}
245
246
/**
Callers
nothing calls this directly
Calls
2
format
Function · 0.90
toJSON
Method · 0.65
Tested by
no test coverage detected