MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey-v1.0 / GetLoopRegSubKey

Method GetLoopRegSubKey

Source/script.cpp:11046–11054  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11044}
11045
11046VarSizeType Script::GetLoopRegSubKey(char *aBuf)
11047{
11048 char *str = ""; // Set default.
11049 if (mLoopRegItem)
11050 str = mLoopRegItem->subkey;
11051 if (aBuf)
11052 strcpy(aBuf, str);
11053 return (VarSizeType)strlen(str);
11054}
11055
11056VarSizeType Script::GetLoopRegName(char *aBuf)
11057{

Callers 1

GetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected