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

Method get_major

include/tscore/HTTPVersion.h:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 -------------------------------------------------------------------------*/
68
69inline uint8_t
70HTTPVersion::get_major() const
71{
72 return vmajor;
73}
74
75/*-------------------------------------------------------------------------
76 -------------------------------------------------------------------------*/

Calls

no outgoing calls

Tested by

no test coverage detected