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

Method PropCount

source/script_object.cpp:1185–1188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1183
1184
1185ResultType Object::PropCount(ResultToken &aResultToken, int aID, int aFlags, ExprTokenType *aParam[], int aParamCount)
1186{
1187 _o_return((__int64)mFields.Length());
1188}
1189
1190ResultType Map::Count(ResultToken &aResultToken, int aID, int aFlags, ExprTokenType *aParam[], int aParamCount)
1191{

Callers

nothing calls this directly

Calls 1

LengthMethod · 0.45

Tested by

no test coverage detected