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

Method get_flat_version

include/tscore/HTTPVersion.h:87–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 -------------------------------------------------------------------------*/
86
87inline uint32_t
88HTTPVersion::get_flat_version() const
89{
90 return vmajor << 16 | vminor;
91}
92
93/*-------------------------------------------------------------------------
94 -------------------------------------------------------------------------*/

Callers 3

http_hdr_describeFunction · 0.80
TSHttpHdrVersionGetFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected