Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
protected:
20
RefCounted() noexcept = default;
Callers
1
UNIT_TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
UNIT_TEST
Function · 0.64