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

Function GetMethodsFromScript

Src/Plugins.cpp:156–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156int GetMethodsFromScript(IDispatch *piDispatch, vector<String>& namesArray, vector<int> &IdArray)
157{
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);

Callers 5

GetEditorScriptPluginMethod · 0.85
FileTransform.cppFile · 0.85
LoadMethod · 0.85
GetMethodIDInScriptFunction · 0.85
MakeInfoMethod · 0.85

Calls 1

GetFunctionsFromScriptFunction · 0.85

Tested by

no test coverage detected