Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ RefCounted
Method
RefCounted
core/object/ref_counted.cpp:104–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
}
103
104
RefCounted::RefCounted() :
105
Object(true) {
106
refcount.init();
107
refcount_init.init();
108
}
109
110
Variant WeakRef::get_ref() const {
111
if (ref.is_null()) {
Callers
nothing calls this directly
Calls
1
init
Method · 0.45
Tested by
no test coverage detected