| 476 | } |
| 477 | |
| 478 | TSReturnCode |
| 479 | sdk_sanity_check_http_ssn(TSHttpSsn ssnp) |
| 480 | { |
| 481 | if (ssnp == nullptr) { |
| 482 | return TS_ERROR; |
| 483 | } |
| 484 | |
| 485 | return TS_SUCCESS; |
| 486 | } |
| 487 | |
| 488 | TSReturnCode |
| 489 | sdk_sanity_check_txn(TSHttpTxn txnp) |
no outgoing calls
no test coverage detected