Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AutoHotkey/AutoHotkey
/ AssignMissing
Method
AssignMissing
source/script_object.cpp:1578–1582 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1576
}
1577
1578
void Object::Variant::AssignMissing()
1579
{
1580
Free();
1581
Minit();
1582
}
1583
1584
bool Object::Variant::Assign(LPTSTR str, size_t len, bool exact_size)
1585
{
Callers
1
Invoke
Method · 0.80
Calls
1
Free
Function · 0.85
Tested by
no test coverage detected