| 479 | } |
| 480 | |
| 481 | RET parse_executable_definition(PARAMS) { |
| 482 | INIT(executable_definition); |
| 483 | obj->op_def = parse_operation_definition(ARGS); MSG("invalid operation or fragment definition"); OR |
| 484 | obj->frag_def = parse_fragment_definition(ARGS); MSG("invalid operation or fragment definition"); |
| 485 | EXIT; |
| 486 | } |
| 487 | |
| 488 | RET parse_executable_document(PARAMS) { |
| 489 | INIT(executable_document); |
no test coverage detected