warning : this function will stop program execution if outcome is invalid ! * check outcome validity first, using BMK_isValid_runResult() */
| 69 | /* warning : this function will stop program execution if outcome is invalid ! |
| 70 | * check outcome validity first, using BMK_isValid_runResult() */ |
| 71 | BMK_runTime_t BMK_extract_runTime(BMK_runOutcome_t outcome) |
| 72 | { |
| 73 | CONTROL(outcome.error_tag_never_ever_use_directly == 0); |
| 74 | return outcome.internal_never_ever_use_directly; |
| 75 | } |
| 76 | |
| 77 | size_t BMK_extract_errorResult(BMK_runOutcome_t outcome) |
| 78 | { |
no outgoing calls
no test coverage detected