MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / c_str

Method c_str

lib/variables/variable-string.cpp:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61const char *StringVariable::c_str()
62{
63 Resolve();
64 return _resolvedValue.c_str();
65}
66
67const char *StringVariable::c_str() const
68{

Callers 15

renameMacroIfNecessaryFunction · 0.45
SaveGeneralSettingsMethod · 0.45
handleSceneChangeFunction · 0.45
LoadPluginsFunction · 0.45
SaveVersionMethod · 0.45
checkConditionFunction · 0.45
CheckConditionHelperMethod · 0.45
CheckConditionsMethod · 0.45
PerformActionsMethod · 0.45
ShouldRunActionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected