MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / isLocked

Method isLocked

libraries/LocalPeer/src/LockedFile.cpp:136–139  ·  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

134 \sa lockMode()
135*/
136bool LockedFile::isLocked() const
137{
138 return m_lock_mode != NoLock;
139}
140
141/*!
142 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