MCPcopy Create free account
hub / github.com/WinMerge/winmerge / GetPropertyGetsFromScript

Function GetPropertyGetsFromScript

Src/Plugins.cpp:160–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158 return GetFunctionsFromScript(piDispatch, namesArray, IdArray, INVOKE_FUNC);
159}
160int GetPropertyGetsFromScript(IDispatch *piDispatch, vector<String>& namesArray, vector<int> &IdArray)
161{
162 return GetFunctionsFromScript(piDispatch, namesArray, IdArray, INVOKE_PROPERTYGET);
163}
164
165
166/**

Callers 1

MakeInfoMethod · 0.85

Calls 1

GetFunctionsFromScriptFunction · 0.85

Tested by

no test coverage detected