()
| 322 | return pipeArguments(this, arguments) |
| 323 | } |
| 324 | toJSON() { |
| 325 | return { |
| 326 | _id: "effect/Mailbox", |
| 327 | state: this.state._tag, |
| 328 | size: this.unsafeSize().toJSON() |
| 329 | } |
| 330 | } |
| 331 | toString(): string { |
| 332 | return Inspectable.format(this) |
| 333 | } |
nothing calls this directly
no test coverage detected