| 466 | } |
| 467 | |
| 468 | TSReturnCode |
| 469 | sdk_sanity_check_fetch_sm(TSFetchSM fetch_sm) |
| 470 | { |
| 471 | if (fetch_sm == nullptr) { |
| 472 | return TS_ERROR; |
| 473 | } |
| 474 | |
| 475 | return TS_SUCCESS; |
| 476 | } |
| 477 | |
| 478 | TSReturnCode |
| 479 | sdk_sanity_check_http_ssn(TSHttpSsn ssnp) |
no outgoing calls
no test coverage detected