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

Method Revise

PathCopyCopy/src/PathCopyCopySettings.cpp:968–974  ·  view source on GitHub ↗

Performs config revisions on the first call. This is done to avoid revising when we don't need to.

Source from the content-addressed store, hash-verified

966 // revising when we don't need to.
967 //
968 void Settings::Revise() const
969 {
970 if (!m_Revised) {
971 m_Revised = true;
972 Reviser::ApplyRevisions(m_UserKey, &m_UserFormsKey, m_PipelinePluginsKey, *this);
973 }
974 }
975
976 //
977 // Returns the info to write in the value for a registered

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected