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

Function toString

packages/effect/src/internal/redBlackTree.ts:65–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63 return new RedBlackTreeIterator(this, stack, Direction.Forward)
64 },
65 toString() {
66 return format(this.toJSON())
67 },
68 toJSON() {
69 return {
70 _id: "RedBlackTree",

Callers

nothing calls this directly

Calls 2

formatFunction · 0.70
toJSONMethod · 0.65

Tested by

no test coverage detected