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

Method getRelativePath

common/qlistdb.cpp:595–600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

593}
594
595QString QListDB::getRelativePath(int ohfi)
596{
597 QMutexLocker locker(&mutex);
598 CMAObject *obj = ohfiToObject(ohfi);
599 return obj ? obj->metadata.path : NULL;
600}
601
602bool QListDB::renameObject(int ohfi, const QString &name)
603{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected