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

Method toString

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

Source from the content-addressed store, hash-verified

50 return isFiberId(that) && that._tag === OP_NONE
51 }
52 toString() {
53 return format(this.toJSON())
54 }
55 toJSON() {
56 return {
57 _id: "FiberId",

Callers

nothing calls this directly

Calls 2

toJSONMethod · 0.95
formatFunction · 0.70

Tested by

no test coverage detected