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

Method toString

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

Source from the content-addressed store, hash-verified

81 this.startTimeMillis === that.startTimeMillis
82 }
83 toString() {
84 return format(this.toJSON())
85 }
86 toJSON() {
87 return {
88 _id: "FiberId",

Callers

nothing calls this directly

Calls 2

toJSONMethod · 0.95
formatFunction · 0.70

Tested by

no test coverage detected