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

Function toString

packages/effect/src/MutableQueue.ts:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51 return Array.from(this.queue)[Symbol.iterator]()
52 },
53 toString() {
54 return format(this.toJSON())
55 },
56 toJSON() {
57 return {
58 _id: "MutableQueue",

Callers

nothing calls this directly

Calls 2

formatFunction · 0.70
toJSONMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…