(e, t)
| 10993 | class $m extends oc { |
| 10994 | merged = !1; |
| 10995 | constructor(e, t) { |
| 10996 | (super({}, { name: e }), this.setWithExplicit("type", t)); |
| 10997 | } |
| 10998 | domainHasZero() { |
| 10999 | const e = this.get("type"); |
| 11000 | if (p([dr.LOG, dr.TIME, dr.UTC], e)) return "definitely-not"; |
nothing calls this directly
no test coverage detected