MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / OwnsData

Method OwnsData

Bcore/src/main/cpp/base/hash_set.h:308–310  ·  view source on GitHub ↗

Return true if the hash set has ownership of the underlying data.

Source from the content-addressed store, hash-verified

306
307 // Return true if the hash set has ownership of the underlying data.
308 bool OwnsData() const {
309 return owns_data_;
310 }
311
312 // Erase algorithm:
313 // Make an empty slot where the iterator is pointing.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected