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

Method Name

source/script_object.cpp:2681–2685  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2679}
2680
2681LPCTSTR IObjectPtr::Name() const
2682{
2683 if (auto func = ToFunc()) return func->mName;
2684 return mObject->Type();
2685}
2686
2687
2688

Callers

nothing calls this directly

Calls 1

TypeMethod · 0.45

Tested by

no test coverage detected