MCPcopy Create free account
hub / github.com/clechasseur/pathcopycopy / ApplyRevisions

Method ApplyRevisions

PathCopyCopy/src/PathCopyCopySettings.cpp:941–945  ·  view source on GitHub ↗

Applies revisions to the user config registry key immediately instead of doing it lazily the next time settings are accessed.

Source from the content-addressed store, hash-verified

939 // doing it lazily the next time settings are accessed.
940 //
941 void Settings::ApplyRevisions()
942 {
943 // Force revise immediately
944 Revise();
945 }
946
947 //
948 // Applies revisions to the global config registry key. This must be called by

Callers 1

ApplyUserRevisionsWFunction · 0.80

Calls 6

beginMethod · 0.45
endMethod · 0.45
cbeginMethod · 0.45
cendMethod · 0.45
sizeMethod · 0.45
SetStringValueMethod · 0.45

Tested by

no test coverage detected