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

Method Has

source/script_object.cpp:1319–1326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1317}
1318
1319ResultType Map::Has(ResultToken &aResultToken, int aID, int aFlags, ExprTokenType *aParam[], int aParamCount)
1320{
1321 SymbolType key_type;
1322 Key key;
1323 index_t insert_pos;
1324 auto item = FindItem(*aParam[0], _f_number_buf, /*out*/ key_type, /*out*/ key, /*out*/ insert_pos);
1325 _o_return(item != nullptr);
1326}
1327
1328ResultType Object::Clone(ResultToken &aResultToken, int aID, int aFlags, ExprTokenType *aParam[], int aParamCount)
1329{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected