| 402 | } |
| 403 | |
| 404 | void FirstValueWinNode::parseArgs(thread_db* tdbb, CompilerScratch* csb, unsigned /*count*/) |
| 405 | { |
| 406 | arg = PAR_parse_value(tdbb, csb); |
| 407 | } |
| 408 | |
| 409 | string FirstValueWinNode::internalPrint(NodePrinter& printer) const |
| 410 | { |
nothing calls this directly
no test coverage detected