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

Method updateObjectSize

common/cmaobject.cpp:183–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183void CMAObject::updateObjectSize(qint64 size)
184{
185 if(parent) {
186 parent->updateObjectSize(size);
187 }
188 metadata.size += size;
189}
190
191void CMAObject::rename(const QString &newname)
192{

Callers 2

removeInternalMethod · 0.80
setObjectSizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected