This can't be defined until HttpSM is defined.
| 643 | // This can't be defined until HttpSM is defined. |
| 644 | // |
| 645 | inline int64_t |
| 646 | HttpTransact::State::state_machine_id() const |
| 647 | { |
| 648 | ink_assert(state_machine != nullptr); |
| 649 | |
| 650 | return state_machine->sm_id; |
| 651 | } |
| 652 | |
| 653 | inline HttpUserAgent const & |
| 654 | HttpSM::get_user_agent() const |
no outgoing calls
no test coverage detected