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

Method SetString

libs/base/strings_bundle.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6}
7
8void StringsBundle::SetString(std::string const & name, std::string const & value)
9{
10 m_values[name] = value;
11}
12
13std::string const StringsBundle::GetString(std::string const & name) const
14{

Callers 1

AddStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected