MCPcopy 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
104RefCounted::RefCounted() :
105 Object(true) {
106 refcount.init();
107 refcount_init.init();
108}
109
110Variant WeakRef::get_ref() const {
111 if (ref.is_null()) {

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected