Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GNOME/gjs
/ boxed_copy
Method
boxed_copy
gjs/objectbox.cpp:120–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
}
119
120
void* ObjectBox::boxed_copy(void* boxed) {
121
auto* box = static_cast<ObjectBox*>(boxed);
122
box->m_impl->ref();
123
return box;
124
}
125
126
void ObjectBox::boxed_free(void* boxed) {
127
auto* box = static_cast<ObjectBox*>(boxed);
Callers
nothing calls this directly
Calls
1
ref
Method · 0.45
Tested by
no test coverage detected