(s)
| 23747 | return this.content.map((s) => s.value.toValue()) |
| 23748 | } |
| 23749 | hasKey(s) { |
| 23750 | return this.content.some((o) => o.key.equals(s)) |
| 23751 | } |
| 23752 | items() { |
| 23753 | return this.content.map((s) => [s.key.toValue(), s.value.toValue()]) |
| 23754 | } |
no test coverage detected