MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / GetUnresolvedClass

Method GetUnresolvedClass

source/script.cpp:6581–6588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6579
6580
6581Object *Object::GetUnresolvedClass(LPTSTR &aName)
6582// This method is only valid for mUnresolvedClass.
6583{
6584 if (!mFields.Length())
6585 return NULL;
6586 aName = mFields[0].name;
6587 return (Object *)mFields[0].object;
6588}
6589
6590ResultType Script::ResolveClasses()
6591{

Callers 1

ResolveClassesMethod · 0.80

Calls 1

LengthMethod · 0.45

Tested by

no test coverage detected