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

Method object_size_get

include/proxy/hdrs/HTTP.h:1489–1498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1487}
1488
1489inline int64_t
1490HTTPInfo::object_size_get()
1491{
1492 int64_t val = 0; // make gcc shut up.
1493 int32_t *pi = reinterpret_cast<int32_t *>(&val);
1494
1495 pi[0] = m_alt->m_object_size[0];
1496 pi[1] = m_alt->m_object_size[1];
1497 return val;
1498}
1499
1500inline void
1501HTTPInfo::object_key_set(CryptoHash &hash)

Calls

no outgoing calls

Tested by

no test coverage detected