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

Method toJSON

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

Source from the content-addressed store, hash-verified

84 return format(this.toJSON())
85 }
86 toJSON() {
87 return {
88 _id: "FiberId",
89 _tag: this._tag,
90 id: this.id,
91 startTimeMillis: this.startTimeMillis
92 }
93 }
94 [NodeInspectSymbol]() {
95 return this.toJSON()
96 }

Callers 2

toStringMethod · 0.95
[NodeInspectSymbol]Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected