Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AutoHotkey/AutoHotkey
/ Minit
Method
Minit
source/script_object.cpp:1565–1569 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1563
//
1564
1565
void Object::Variant::Minit()
1566
{
1567
symbol = SYM_MISSING;
1568
new (&string) String();
1569
}
1570
1571
void Object::Variant::AssignEmptyString()
1572
{
Callers
5
Append
Method · 0.80
InsertAt
Method · 0.80
SetLength
Method · 0.80
Clone
Method · 0.80
Insert
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected