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

Method event_handler

src/api/InkAPI.cc:5012–5018  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5010 }
5011
5012 int
5013 event_handler(int, void *)
5014 {
5015 m_sm->state_api_callback(static_cast<int>(m_event), nullptr);
5016 delete this;
5017 return 0;
5018 }
5019
5020private:
5021 HttpSM *m_sm;

Callers

nothing calls this directly

Calls 1

state_api_callbackMethod · 0.80

Tested by

no test coverage detected