Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidar/tensor
/ ~Settings
Method
~Settings
client/settings.cpp:7–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
}
6
7
Settings::~Settings() {
8
}
9
10
void Settings::setValue(const QString &key, const QVariant &value) {
11
QSettings::setValue(key, value);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected