| 504 | } |
| 505 | |
| 506 | TSReturnCode |
| 507 | sdk_sanity_check_http_parser(TSHttpParser parser) |
| 508 | { |
| 509 | if (parser == nullptr) { |
| 510 | return TS_ERROR; |
| 511 | } |
| 512 | return TS_SUCCESS; |
| 513 | } |
| 514 | |
| 515 | TSReturnCode |
| 516 | sdk_sanity_check_alt_info(TSHttpAltInfo info) |
no outgoing calls
no test coverage detected