Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AutoHotkey/AutoHotkey
/ CurrentFile
Method
CurrentFile
source/script2.cpp:10108–10111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10106
10107
10108
LPTSTR Script::CurrentFile()
10109
{
10110
return Line::sSourceFile[mCurrLine ? mCurrLine->mFileIndex : mCurrFileIndex];
10111
}
10112
10113
BIV_DECL_R(BIV_LineFile)
10114
{
Callers
1
BIV_DECL_R
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected