MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / getSymbolValue

Method getSymbolValue

Source/Core/CtrlrPanel/CtrlrEvaluationScopes.cpp:15–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15Expression CtrlrPanelEvaluationScope::getSymbolValue (const String& symbol) const
16{
17 if (owner.getModulator (symbol))
18 {
19 return (Expression (owner.getModulator (symbol)->getValueNonMapped()));
20 }
21 return (Expression());
22}
23
24// Global evaluation scope
25CtrlrGlobalEvaluationScope::CtrlrGlobalEvaluationScope(CtrlrPanel &_owner) : owner(_owner)

Callers

nothing calls this directly

Calls 8

getValueNonMappedMethod · 0.80
getGlobalVariableMethod · 0.80
getHexValue32Method · 0.80
ExpressionClass · 0.50
getModulatorMethod · 0.45
startsWithMethod · 0.45
lengthMethod · 0.45
substringMethod · 0.45

Tested by

no test coverage detected