()
| 431 | } |
| 432 | |
| 433 | _graphicalOutput() { |
| 434 | return ` |
| 435 | this._imageData.data.set(this._colorData); |
| 436 | this.context.putImageData(this._imageData, 0, 0); |
| 437 | return;` |
| 438 | } |
| 439 | |
| 440 | _getKernelResultTypeConstructorString() { |
| 441 | switch (this.returnType) { |
no outgoing calls
no test coverage detected