Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMW/openmw
/ setString
Method
setString
components/esm3/variant.cpp:252–255 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
250
}
251
252
void Variant::setString(const std::string& value)
253
{
254
std::get<std::string>(mData) = value;
255
}
256
257
void Variant::setString(std::string&& value)
258
{
Callers
5
set
Method · 0.45
addGmsts
Method · 0.45
addOptionalGmsts
Method · 0.45
TEST
Function · 0.45
initGameSettingBindings
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected