Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ release
Method
release
tests/runtime/sptr/intrusive.cpp:29–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
return rc;
28
}
29
uint32_t release()
30
{
31
rc--;
32
return rc;
33
}
34
uint32_t use_count() const
35
{
36
return rc;
Callers
8
template_test_vector
Function · 0.45
template_test_sparse_hash_map
Function · 0.45
template_test_sparse_hash_set
Function · 0.45
test_bit_vector.cpp
File · 0.45
template_test_ring_buffer
Function · 0.45
template_test_multi_sparse_hash_set
Function · 0.45
template_test_sparse_hash_map
Function · 0.45
template_test_sparse_vector
Function · 0.45
Calls
no outgoing calls
Tested by
7
template_test_vector
Function · 0.36
template_test_sparse_hash_map
Function · 0.36
template_test_sparse_hash_set
Function · 0.36
template_test_ring_buffer
Function · 0.36
template_test_multi_sparse_hash_set
Function · 0.36
template_test_sparse_hash_map
Function · 0.36
template_test_sparse_vector
Function · 0.36