Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_DECL
Function · 0.80
_tWinMain
Function · 0.80
BIF_DECL
Function · 0.80
GetIDsOfNames
Method · 0.80
StringUTF8ToWChar
Function · 0.80
StringCharToWChar
Function · 0.80
StringWCharToUTF8
Function · 0.80
StringWCharToChar
Function · 0.80
WritePropertyXml
Method · 0.80
WritePropertyData
Method · 0.80
DEBUGGER_COMMAND
Function · 0.80
Connect
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected