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

Method HasMethod

source/script_object.cpp:2298–2301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2296}
2297
2298bool Object::HasMethod(name_t aName)
2299{
2300 return GetMethod(aName) != nullptr;
2301}
2302
2303Map::Pair *Map::FindItem(LPTSTR val, index_t left, index_t right, index_t &insert_pos)
2304// left and right must be set by caller to the appropriate bounds within mItem.

Callers 1

ValidateFunctorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected