Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AutoHotkey/AutoHotkey
/ CKuStringT
Method
CKuStringT
source/KuString.h:447–448 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
445
{ TrimRight(isfunc, sSet); return TrimLeft(isfunc, sSet); }
446
public:
447
CKuStringT()
448
{ Init(); }
449
virtual ~CKuStringT()
450
{
451
if (m_pData)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected