MCPcopy Create free account
hub / github.com/Effect-TS/effect / [NodeInspectSymbol]

Function [NodeInspectSymbol]

packages/effect/src/TxQueue.ts:306–308  ·  view source on GitHub ↗
(this: TxQueue<unknown, unknown>)

Source from the content-addressed store, hash-verified

304 [DequeueTypeId]: { _A: (_: never) => _, _E: (_: never) => _ },
305 [TypeId]: { _A: (_: never) => _, _E: (_: never) => _ },
306 [NodeInspectSymbol](this: TxQueue<unknown, unknown>) {
307 return toJson(this)
308 },
309 toString(this: TxQueue<unknown, unknown>) {
310 return `TxQueue(${this.strategy}, ${this.capacity})`
311 },

Callers

nothing calls this directly

Calls 1

toJsonFunction · 0.90

Tested by

no test coverage detected