Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ toString
Function
toString
packages/effect/src/TxHashSet.ts:35–37 ·
view source on GitHub ↗
(this: TxHashSet<unknown>)
Source
from the content-addressed store, hash-verified
33
return
toJson(this)
34
},
35
toString(this: TxHashSet<unknown>) {
36
return
`TxHashSet(${format(toJson((this).ref))})`
37
},
38
toJSON(this: TxHashSet<unknown>) {
39
return
{
40
_id:
"TxHashSet"
,
Callers
nothing calls this directly
Calls
2
format
Function · 0.90
toJson
Function · 0.90
Tested by
no test coverage detected