Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WarmUpTill/SceneSwitcher
/ GetVariableByQString
Function
GetVariableByQString
lib/variables/variable.cpp:385–388 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
383
}
384
385
Variable *GetVariableByQString(const QString &name)
386
{
387
return GetVariableByName(name.toStdString());
388
}
389
390
std::weak_ptr<Variable> GetWeakVariableByName(const std::string &name)
391
{
Callers
1
VariableTable
Method · 0.85
Calls
1
GetVariableByName
Function · 0.85
Tested by
no test coverage detected