()
| 1824 | return this.dataSize; |
| 1825 | }, |
| 1826 | getSrcName() { |
| 1827 | const src = this.name.concat('Src'); |
| 1828 | return src; |
| 1829 | }, |
| 1830 | getDstName() { |
| 1831 | const dst = this.name.concat('Buffer'); |
| 1832 | return dst; |
no outgoing calls
no test coverage detected