MCPcopy Create free account
hub / github.com/SpartanJ/eepp / isEmpty

Function isEmpty

include/eepp/ui/models/modelselection.hpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 return mIndexes.size();
25 }
26 bool isEmpty() const {
27 Lock l( mMutex );
28 return mIndexes.empty();
29 }
30 bool contains( const ModelIndex& index ) const {
31 Lock l( mMutex );
32 return std::find( mIndexes.begin(), mIndexes.end(), index ) != mIndexes.end();

Callers 2

updateMethod · 0.85
isUntitledEmptyMethod · 0.85

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected