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

Method getObjectList

common/sqlitedb.cpp:1325–1330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1323}
1324
1325bool SQLiteDB::getObjectList(int ohfi, metadata_t **metadata)
1326{
1327 Q_UNUSED(ohfi);
1328 Q_UNUSED(metadata);
1329 return false;
1330}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected