MCPcopy 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
78bool Object::init() {
79 // Info("{}", typeid(*this).name());
80 return true;
81}
82
83void Object::release() {
84 AssertUnless(_refCount > 0, "reference count should be greater than 0.");

Callers 1

createMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected