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

Method GetLoopReadLine

Source/script.cpp:11078–11086  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11076}
11077
11078VarSizeType Script::GetLoopReadLine(char *aBuf)
11079{
11080 char *str = ""; // Set default.
11081 if (mLoopReadFile)
11082 str = mLoopReadFile->mCurrentLine;
11083 if (aBuf)
11084 strcpy(aBuf, str);
11085 return (VarSizeType)strlen(str);
11086}
11087
11088VarSizeType Script::GetLoopField(char *aBuf)
11089{

Callers 1

GetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected