Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AutoHotkey/AutoHotkey
/ ThrowIfTrue
Method
ThrowIfTrue
source/script.cpp:12678–12681 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12676
12677
12678
ResultType Line::ThrowIfTrue(bool aError)
12679
{
12680
return aError ? ThrowRuntimeException(ERR_FAILED) : OK;
12681
}
12682
12683
ResultType Line::ThrowIntIfNonzero(int aErrorValue)
12684
{
Callers
1
ControlParseOptions
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected