Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ get_reference_count
Method
get_reference_count
core/object/ref_counted.cpp:62–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
int RefCounted::get_reference_count() const {
63
return refcount.get();
64
}
65
66
bool RefCounted::reference() {
67
uint32_t rc_val = refcount.refval();
Callers
11
_get_slide_collision
Method · 0.80
_move
Method · 0.80
_move
Method · 0.80
_get_slide_collision
Method · 0.80
_instance_binding_reference_callback
Method · 0.80
refcount_incremented
Method · 0.80
refcount_decremented
Method · 0.80
~CSharpInstance
Method · 0.80
godotsharp_internal_refcounted_disposed
Function · 0.80
_load_complete_inner
Method · 0.80
has
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected