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

Method GetEditingDisabled

PathCopyCopy/src/PathCopyCopySettings.cpp:806–810  ·  view source on GitHub ↗

Checks whether the administrator has disabled editing of the settings by the settings app. @return true if editing is disabled.

Source from the content-addressed store, hash-verified

804 // @return true if editing is disabled.
805 //
806 bool Settings::GetEditingDisabled() const
807 {
808 // No need to revise for this because this cannot change.
809 return m_UserKey.Locked();
810 }
811
812 //
813 // Returns the list of COM plugins registered to be used with Path Copy Copy.

Callers 1

QueryContextMenuMethod · 0.80

Calls 1

LockedMethod · 0.80

Tested by

no test coverage detected