MCPcopy 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
1578void Object::Variant::AssignMissing()
1579{
1580 Free();
1581 Minit();
1582}
1583
1584bool Object::Variant::Assign(LPTSTR str, size_t len, bool exact_size)
1585{

Callers 1

InvokeMethod · 0.80

Calls 1

FreeFunction · 0.85

Tested by

no test coverage detected