Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ makeRef
Function
makeRef
src/common/classes/RefCounted.h:251–254 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
249
250
template <typename T>
251
RefPtr<T> makeRef(T* o)
252
{
253
return RefPtr<T>(o);
254
}
255
256
template <typename T>
257
RefPtr<T> makeNoIncRef(T* arg)
Callers
2
init
Method · 0.85
Session
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected