MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey-v1.0 / GetDetectHiddenText

Method GetDetectHiddenText

Source/script.cpp:10180–10187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10178}
10179
10180VarSizeType Script::GetDetectHiddenText(char *aBuf)
10181{
10182 if (!aBuf)
10183 return 3; // Room for either On or Off
10184 // For backward compatibility (due to StringCaseSense), never change the case used here:
10185 strcpy(aBuf, g.DetectHiddenText ? "On" : "Off");
10186 return 3;
10187}
10188
10189VarSizeType Script::GetAutoTrim(char *aBuf)
10190{

Callers 1

GetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected