Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WarmUpTill/SceneSwitcher
/ GetShortDesc
Method
GetShortDesc
plugins/base/macro-condition-scene.cpp:272–278 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
270
}
271
272
std::string MacroConditionScene::GetShortDesc() const
273
{
274
if (_type == Type::CURRENT || _type == Type::PREVIOUS) {
275
return _scene.ToString();
276
}
277
return
""
;
278
}
279
280
void MacroConditionScene::SetupTempVars()
281
{
Callers
1
SceneChanged
Method · 0.45
Calls
1
ToString
Method · 0.45
Tested by
no test coverage detected