MCPcopy Create free account
hub / github.com/apache/trafficserver / state_machine_id

Method state_machine_id

include/proxy/http/HttpSM.h:645–651  ·  view source on GitHub ↗

This can't be defined until HttpSM is defined.

Source from the content-addressed store, hash-verified

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

Callers 11

StartRemapRequestMethod · 0.80
HandlePushResponseHdrMethod · 0.80
issue_revalidateMethod · 0.80
HandleResponseMethod · 0.80
build_response_copyMethod · 0.80
build_requestMethod · 0.80
build_responseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected