Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
boxed
Method · 0.45
boxed_copy
Method · 0.45
Calls
1
debug
Function · 0.50
Tested by
no test coverage detected