MCPcopy Create free account
hub / github.com/comaps/comaps / NumRefs

Method NumRefs

libs/base/ref_counted.hpp:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 void IncRef() noexcept { ++m_refs; }
16 uint64_t DecRef() noexcept { return --m_refs; }
17 uint64_t NumRefs() const noexcept { return m_refs; }
18
19protected:
20 RefCounted() noexcept = default;

Callers 1

UNIT_TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

UNIT_TESTFunction · 0.64