Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
const char *StringVariable::c_str()
62
{
63
Resolve();
64
return _resolvedValue.c_str();
65
}
66
67
const char *StringVariable::c_str() const
68
{
Callers
15
renameMacroIfNecessary
Function · 0.45
SaveGeneralSettings
Method · 0.45
populatePriorityFunctionList
Function · 0.45
populateThreadPriorityList
Function · 0.45
handleSceneChange
Function · 0.45
LoadPlugins
Function · 0.45
SaveVersion
Method · 0.45
checkCondition
Function · 0.45
CheckConditionHelper
Method · 0.45
CheckConditions
Method · 0.45
PerformActions
Method · 0.45
ShouldRunActions
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected