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

Method SetSendLevel

source/script2.cpp:5402–5409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5400}
5401
5402ResultType Script::SetSendLevel(int aValue, LPTSTR aValueStr)
5403{
5404 int sendLevel = aValue;
5405 if (!SendLevelIsValid(sendLevel))
5406 return ValueError(ERR_INVALID_VALUE, aValueStr, FAIL_OR_OK);
5407 g->SendLevel = sendLevel;
5408 return OK;
5409}
5410
5411
5412

Callers

nothing calls this directly

Calls 2

SendLevelIsValidFunction · 0.85
ValueErrorFunction · 0.85

Tested by

no test coverage detected