Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ use_count
Method
use_count
tests/runtime/sptr/intrusive.cpp:34–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
return rc;
33
}
34
uint32_t use_count() const
35
{
36
return rc;
37
}
38
Status& code;
39
std::atomic_uint32_t rc = 0;
40
};
Callers
4
intrusive.cpp
File · 0.45
common.cpp
File · 0.45
non-intrusive.cpp
File · 0.45
main.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected