MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / Get

Method Get

source/var.cpp:786–792  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

784
785
786void Var::Get(ResultToken &aResultToken)
787{
788 if (mType == VAR_ALIAS)
789 return mAliasFor->Get(aResultToken);
790 ASSERT(mType == VAR_VIRTUAL);
791 mVV->Get(aResultToken, mName);
792}
793
794
795

Callers 4

ExpandExpressionMethod · 0.45
PopulateVirtualVarMethod · 0.45
BIV_DECL_RFunction · 0.45
GetPropertyValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected