Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AutoHotkey/AutoHotkey
/ AssignEmptyString
Method
AssignEmptyString
source/script_object.cpp:1571–1576 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1569
}
1570
1571
void Object::Variant::AssignEmptyString()
1572
{
1573
Free();
1574
symbol = SYM_STRING;
1575
new (&string) String();
1576
}
1577
1578
void Object::Variant::AssignMissing()
1579
{
Callers
nothing calls this directly
Calls
1
Free
Function · 0.85
Tested by
no test coverage detected