Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ toString
Function
toString
packages/effect/src/internal/context.ts:39–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
37
_Identifier: (_: unknown) => _
38
},
39
toString() {
40
return
format(this.toJSON())
41
},
42
toJSON<I, A>(this: C.Tag<I, A>) {
43
return
{
44
_id:
"Tag"
,
Callers
nothing calls this directly
Calls
2
format
Function · 0.70
toJSON
Method · 0.65
Tested by
no test coverage detected