Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ init
Method
init
Source/Basic/Object.cpp:78–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
bool Object::init() {
79
// Info(
"{}"
, typeid(*this).name());
80
return true;
81
}
82
83
void Object::release() {
84
AssertUnless(_refCount > 0,
"reference count should be greater than 0."
);
Callers
1
create
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected