MCPcopy 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
62int RefCounted::get_reference_count() const {
63 return refcount.get();
64}
65
66bool RefCounted::reference() {
67 uint32_t rc_val = refcount.refval();

Callers 11

_get_slide_collisionMethod · 0.80
_moveMethod · 0.80
_moveMethod · 0.80
_get_slide_collisionMethod · 0.80
refcount_incrementedMethod · 0.80
refcount_decrementedMethod · 0.80
~CSharpInstanceMethod · 0.80
_load_complete_innerMethod · 0.80
hasMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected