MCPcopy 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
1565void Object::Variant::Minit()
1566{
1567 symbol = SYM_MISSING;
1568 new (&string) String();
1569}
1570
1571void Object::Variant::AssignEmptyString()
1572{

Callers 5

AppendMethod · 0.80
InsertAtMethod · 0.80
SetLengthMethod · 0.80
CloneMethod · 0.80
InsertMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected