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

Method GetString

source/KuString.h:517–518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515 { return SetString(ch); }
516
517 CSTRT GetString() const
518 { return m_pData ? GetStringSafe(m_pData->m_sString) : &m_sNULL; }
519 operator CSTRT () const
520 { return GetString(); }
521

Callers 14

BIF_DECLFunction · 0.80
_tWinMainFunction · 0.80
BIF_DECLFunction · 0.80
GetIDsOfNamesMethod · 0.80
StringUTF8ToWCharFunction · 0.80
StringCharToWCharFunction · 0.80
StringWCharToUTF8Function · 0.80
StringWCharToCharFunction · 0.80
WritePropertyXmlMethod · 0.80
WritePropertyDataMethod · 0.80
DEBUGGER_COMMANDFunction · 0.80
ConnectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected