MCPcopy Create free account
hub / github.com/comaps/comaps / TryGet

Function TryGet

libs/platform/settings.hpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42template <class Value>
43void TryGet(std::string_view key, Value & outValue)
44{
45 bool unused = Get(key, outValue);
46 UNUSED_VALUE(unused);
47}
48
49/// Automatically saves setting to external file
50template <class Value>

Callers 13

CalcSumMethod · 0.85
FindDirectionMethod · 0.85
GetCoordsMethod · 0.85
LoadSessionMethod · 0.85
RoutingSettingsMethod · 0.85
LoadSettingsMethod · 0.85
MainWindowMethod · 0.85
RestoreDownloadQueueMethod · 0.85
GpsTrackFilterMethod · 0.85
LoadStateMethod · 0.85
FormatSubtitleMethod · 0.85
GetMeasurementUnitsFunction · 0.85

Calls 1

GetFunction · 0.85

Tested by

no test coverage detected