MCPcopy Create free account
hub / github.com/Tencent/tgfx / useCount

Method useCount

src/gpu/resources/ResourceKey.cpp:150–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150long UniqueKey::useCount() const {
151 return uniqueDomain != nullptr ? uniqueDomain->useCount() : 0;
152}
153
154UniqueKey& UniqueKey::operator=(const UniqueKey& key) {
155 if (this == &key) {

Callers 1

hasExternalReferencesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected