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

Method toJSON

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

Source from the content-addressed store, hash-verified

124 return format(this.toJSON())
125 }
126 toJSON() {
127 return {
128 _id: "FiberId",
129 _tag: this._tag,
130 left: toJSON(this.left),
131 right: toJSON(this.right)
132 }
133 }
134 [NodeInspectSymbol]() {
135 return this.toJSON()
136 }

Callers 2

toStringMethod · 0.95
[NodeInspectSymbol]Method · 0.95

Calls 1

toJSONFunction · 0.70

Tested by

no test coverage detected