MCPcopy 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
12678ResultType Line::ThrowIfTrue(bool aError)
12679{
12680 return aError ? ThrowRuntimeException(ERR_FAILED) : OK;
12681}
12682
12683ResultType Line::ThrowIntIfNonzero(int aErrorValue)
12684{

Callers 1

ControlParseOptionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected