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

Function Update

libs/platform/settings.hpp:57–60  ·  view source on GitHub ↗

Automatically saves settings to external file

Source from the content-addressed store, hash-verified

55
56/// Automatically saves settings to external file
57inline void Update(std::map<std::string, std::string> const & settings)
58{
59 StringStorage::Instance().Update(settings);
60}
61
62inline void Delete(std::string_view key)
63{

Callers 13

UpdateMethod · 0.50
UpdateMethod · 0.50
UpdateMethod · 0.50
UpdateMethod · 0.50
UpdateMethod · 0.50
UpdateMethod · 0.50
UpdateMethod · 0.50
UpdateMethod · 0.50
UpdateMethod · 0.50
UpdateMethod · 0.50
FollowedPolylineMethod · 0.50
AppendMethod · 0.50

Calls 1

UpdateMethod · 0.45

Tested by

no test coverage detected