MCPcopy Create free account
hub / github.com/HexHive/NASS / getStrongCount

Method getStrongCount

binderlib/include/utils/LightRefBase.h:53–55  ·  view source on GitHub ↗

DEBUGGING ONLY: Get current strong ref count.

Source from the content-addressed store, hash-verified

51 }
52 //! DEBUGGING ONLY: Get current strong ref count.
53 inline int32_t getStrongCount() const {
54 return mCount.load(std::memory_order_relaxed);
55 }
56
57protected:
58 inline ~LightRefBase() { }

Callers

nothing calls this directly

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected