MCPcopy Create free account
hub / github.com/GNOME/gjs / ref

Method ref

gjs/objectbox.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61
62 void ref() {
63 debug("incref");
64 g_atomic_ref_count_inc(&m_refcount);
65 }
66
67 void unref() {
68 debug("decref");

Callers 2

boxedMethod · 0.45
boxed_copyMethod · 0.45

Calls 1

debugFunction · 0.50

Tested by

no test coverage detected