()
| 49 | return isCause(that) && causeEquals(this, that) |
| 50 | }, |
| 51 | pipe() { |
| 52 | return pipeArguments(this, arguments) |
| 53 | }, |
| 54 | toJSON<E>(this: Cause.Cause<E>) { |
| 55 | switch (this._tag) { |
| 56 | case "Empty": |
no test coverage detected
searching dependent graphs…