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

Method GetLoopIndex

Source/script.cpp:11098–11103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11096}
11097
11098VarSizeType Script::GetLoopIndex(char *aBuf)
11099{
11100 if (!aBuf)
11101 return MAX_NUMBER_LENGTH;
11102 return (VarSizeType)strlen(ITOA64(mLoopIteration, aBuf));
11103}
11104
11105
11106

Callers 1

GetMethod · 0.80

Calls 1

ITOA64Function · 0.85

Tested by

no test coverage detected