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

Method Count

source/script_object.cpp:1190–1193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1188}
1189
1190ResultType Map::Count(ResultToken &aResultToken, int aID, int aFlags, ExprTokenType *aParam[], int aParamCount)
1191{
1192 _o_return((__int64)mCount);
1193}
1194
1195ResultType Map::CaseSense(ResultToken &aResultToken, int aID, int aFlags, ExprTokenType *aParam[], int aParamCount)
1196{

Callers 11

GuiWindowProcFunction · 0.45
EventMethod · 0.45
~ScriptMethod · 0.45
IsPersistentMethod · 0.45
ExitAppMethod · 0.45
RuntimeErrorMethod · 0.45
UnhandledExceptionMethod · 0.45
MainWindowProcFunction · 0.45
InputBoxProcFunction · 0.45
BIF_DECLFunction · 0.45
MsgSleepFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected