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

Method rangeSize

plugins/slice/ContentRange.h:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 bool toStringClosed(char *const rangestr, int *const rangelen) const;
49
50 int64_t
51 rangeSize() const
52 {
53 return m_end - m_beg;
54 }
55};

Callers 2

handleFirstServerHeaderFunction · 0.80
handleNextServerHeaderFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected