MCPcopy 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
1571void Object::Variant::AssignEmptyString()
1572{
1573 Free();
1574 symbol = SYM_STRING;
1575 new (&string) String();
1576}
1577
1578void Object::Variant::AssignMissing()
1579{

Callers

nothing calls this directly

Calls 1

FreeFunction · 0.85

Tested by

no test coverage detected