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