Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidar/tensor
/ value
Method
value
client/settings.cpp:14–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
}
13
14
QVariant Settings::value(const QString &key, const QVariant &defaultValue) const {
15
return QSettings::value(key, defaultValue);
16
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected