()
| 23 | } |
| 24 | |
| 25 | public clone(): DataReference { |
| 26 | const n = new DataReference(this.type); |
| 27 | n.pointer = this.pointer; |
| 28 | return n; |
| 29 | } |
| 30 | |
| 31 | public getType(): PointerType { |
| 32 | return this.type; |
nothing calls this directly
no outgoing calls
no test coverage detected