MCPcopy 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
385Variable *GetVariableByQString(const QString &name)
386{
387 return GetVariableByName(name.toStdString());
388}
389
390std::weak_ptr<Variable> GetWeakVariableByName(const std::string &name)
391{

Callers 1

VariableTableMethod · 0.85

Calls 1

GetVariableByNameFunction · 0.85

Tested by

no test coverage detected