MCPcopy Index your code
hub / github.com/Effect-TS/effect / toString

Function toString

packages/effect/src/internal/hashSet.ts:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 return false
42 },
43 toString() {
44 return format(this.toJSON())
45 },
46 toJSON() {
47 return {
48 _id: "HashSet",

Callers

nothing calls this directly

Calls 2

formatFunction · 0.70
toJSONMethod · 0.65

Tested by

no test coverage detected