()
| 1 | class OutputBlockClass extends Block { |
| 2 | constructor() { |
| 3 | super(); |
| 4 | this.name = "output"; |
| 5 | } |
| 6 | |
| 7 | newInstance(row, col, inputBuffer) { |
| 8 | const outputBuffer = this.initBuffer(["map_read", "copy_to"], [row, col]); |
nothing calls this directly
no outgoing calls
no test coverage detected