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

Method SetDefaultString

libs/base/strings_bundle.cpp:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "base/strings_bundle.hpp"
2
3void StringsBundle::SetDefaultString(std::string const & name, std::string const & value)
4{
5 m_defValues[name] = value;
6}
7
8void StringsBundle::SetString(std::string const & name, std::string const & value)
9{

Callers 1

FrameworkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected