MCPcopy Create free account
hub / github.com/MITK/MITK / isLocked

Method isLocked

Utilities/qtsingleapplication/qtlockedfile.cpp:137–140  ·  view source on GitHub ↗

! Returns \e true if this object has a in read or write lock; otherwise returns \e false. \sa lockMode() */

Source from the content-addressed store, hash-verified

135 \sa lockMode()
136*/
137bool QtLockedFile::isLocked() const
138{
139 return m_lock_mode != NoLock;
140}
141
142/*!
143 Returns the type of lock currently held by this object, or \e

Callers 1

isClientMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected