MCPcopy
hub / github.com/Effect-TS/effect / toJSON

Method toJSON

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

Source from the content-addressed store, hash-verified

53 return format(this.toJSON())
54 }
55 toJSON() {
56 return {
57 _id: "FiberId",
58 _tag: this._tag
59 }
60 }
61 [NodeInspectSymbol]() {
62 return this.toJSON()
63 }

Callers 2

toStringMethod · 0.95
[NodeInspectSymbol]Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected