Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlotJuggler/PlotJuggler
/ toKey
Function
toKey
pj_runtime/src/QSettingsBackend.cpp:12–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
11
namespace {
12
QString toKey(std::string_view key) {
13
return QString::fromUtf8(key.data(), static_cast<qsizetype>(key.size()));
14
}
15
} // namespace
16
17
QSettingsBackend::QSettingsBackend() = default;
Callers
6
getString
Method · 0.85
setString
Method · 0.85
getStringList
Method · 0.85
setStringList
Method · 0.85
contains
Method · 0.85
remove
Method · 0.85
Calls
2
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected