MCPcopy 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
11namespace {
12QString toKey(std::string_view key) {
13 return QString::fromUtf8(key.data(), static_cast<qsizetype>(key.size()));
14}
15} // namespace
16
17QSettingsBackend::QSettingsBackend() = default;

Callers 6

getStringMethod · 0.85
setStringMethod · 0.85
getStringListMethod · 0.85
setStringListMethod · 0.85
containsMethod · 0.85
removeMethod · 0.85

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected