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

Method Set

source/script_object.cpp:813–821  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

811
812
813ResultType Map::Set(ResultToken &aResultToken, int aID, int aFlags, ExprTokenType *aParam[], int aParamCount)
814{
815 if (aParamCount & 1)
816 _o_throw(ERR_PARAM_COUNT_INVALID);
817 if (!SetItems(aParam, aParamCount))
818 _o_throw_oom;
819 AddRef();
820 _o_return(this);
821}
822
823
824

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected