MCPcopy Create free account
hub / github.com/codestation/qcma / CMAObject

Method CMAObject

common/cmaobject.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30int CMAObject::ohfi_count = OHFI_OFFSET;
31
32CMAObject::CMAObject(CMAObject *obj_parent) :
33 parent(obj_parent), metadata()
34{
35}
36
37CMAObject::~CMAObject()
38{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected