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

Method FetchPluginInfos

Src/DiffContext.cpp:226–232  ·  view source on GitHub ↗

@brief Forward call to retrieve plugin info (winds up in DirDoc) */

Source from the content-addressed store, hash-verified

224
225/** @brief Forward call to retrieve plugin info (winds up in DirDoc) */
226void CDiffContext::FetchPluginInfos(const String& filteredFilenames,
227 PackingInfo ** infoUnpacker, PrediffingInfo ** infoPrediffer)
228{
229 if (!m_piPluginInfos)
230 return;
231 m_piPluginInfos->FetchPluginInfos(filteredFilenames, infoUnpacker, infoPrediffer);
232}
233
234/**
235 * @brief Check if user has requested aborting the compare.

Callers 9

ColPluginPipelineGetFunction · 0.45
ApplyPluginPipelineFunction · 0.45
OpenMethod · 0.45
OpenSelectionAsMethod · 0.45
OnOpenWithUnpackerMethod · 0.45
OnPluginSettingsMethod · 0.45
CompareFilesMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36