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

Method Return

source/script2.cpp:17251–17257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17249
17250
17251ResultType ResultToken::Return(LPTSTR aValue, size_t aLength)
17252// Copy and return a string.
17253{
17254 ASSERT(aValue);
17255 symbol = SYM_STRING;
17256 return TokenSetResult(*this, aValue, aLength);
17257}
17258
17259
17260

Callers 4

StatusBarUtilFunction · 0.45
RegReadFunction · 0.45
BIF_DECLFunction · 0.45
script2.cppFile · 0.45

Calls 1

TokenSetResultFunction · 0.85

Tested by

no test coverage detected