Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
void StringsBundle::SetString(std::string const & name, std::string const & value)
9
{
10
m_values[name] = value;
11
}
12
13
std::string const StringsBundle::GetString(std::string const & name) const
14
{
Callers
1
AddString
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected