| 159 | |
| 160 | void setNumRowsPerOutput(vector_size_t numRowsPerOutput) { |
| 161 | numRowsPerOutput_ = numRowsPerOutput; |
| 162 | } |
| 163 | |
| 164 | virtual void setIgnorePeer(bool ignorePeer) { |
| 165 | BOLT_UNREACHABLE("should not call setIgnorePeer in base WindowBuild"); |
| 166 | } |
no outgoing calls
no test coverage detected