MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / ~LoopReadFileStruct

Method ~LoopReadFileStruct

source/script.h:565–568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

563 *mCurrentLine = '\0';
564 }
565 ~LoopReadFileStruct()
566 {
567 free(mWriteFileName);
568 }
569};
570
571// TextStream flags for LoadIncludedFile (script files) and file-reading loops.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected