Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AutoHotkey/AutoHotkey
/ IsOfType
Method
IsOfType
source/script_object.cpp:936–940 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
934
935
936
bool ObjectBase::IsOfType(Object *aPrototype)
937
{
938
auto base = Base();
939
return base == aPrototype || base->IsDerivedFrom(aPrototype);
940
}
941
942
bool Object::IsOfType(Object *aPrototype)
943
{
Callers
2
Call
Method · 0.80
ParamToObjectOrBase
Function · 0.80
Calls
1
IsDerivedFrom
Method · 0.80
Tested by
no test coverage detected