MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / ValueError

Method ValueError

source/script.cpp:13076–13080  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13074}
13075
13076__declspec(noinline)
13077ResultType ResultToken::ValueError(LPCTSTR aErrorText)
13078{
13079 return Error(aErrorText, nullptr, ErrorPrototype::Value);
13080}
13081
13082__declspec(noinline)
13083ResultType ResultToken::ValueError(LPCTSTR aErrorText, LPCTSTR aExtraInfo)

Callers 7

SetBaseMethod · 0.80
ConvertFileOptionsFunction · 0.80
LV_AddInsertModifyMethod · 0.80
TV_AddModifyDeleteMethod · 0.80
ValidateFunctorFunction · 0.80
IfExprMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected