MCPcopy Create free account
hub / github.com/LeFroid/Viper-Browser / ExtStorage

Method ExtStorage

src/core/extensions/ExtStorage.cpp:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include <QDebug>
7
8ExtStorage::ExtStorage(const QString &dbFile, QObject *parent) :
9 QObject(parent),
10 DatabaseWorker(dbFile, QLatin1String("ExtStorage"))
11{
12 setObjectName("storage");
13}
14
15ExtStorage::~ExtStorage()
16{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected