()
| 42840 | constructor(s) { |
| 42841 | ;((this.content = s), (this.reference = [])) |
| 42842 | } |
| 42843 | toReference() { |
| 42844 | return this.reference |
| 42845 | } |
| 42846 | toArray() { |
| 42847 | return (this.reference.push(...this.content), this.reference) |
no outgoing calls
no test coverage detected