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

Method compatible

src/iocore/hostdb/RefCountCache.cc:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49bool
50RefCountCacheHeader::compatible(RefCountCacheHeader *that) const
51{
52 return this->magic == that->magic && this->version == that->version && this->object_version == that->version;
53};

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected