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

Method toString

packages/effect/src/internal/fiberId.ts:123–125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121 Equal.equals(this.right, that.right)
122 }
123 toString() {
124 return format(this.toJSON())
125 }
126 toJSON() {
127 return {
128 _id: "FiberId",

Callers

nothing calls this directly

Calls 2

toJSONMethod · 0.95
formatFunction · 0.70

Tested by

no test coverage detected