Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ isValid
Method
isValid
include/eepp/ui/models/persistentmodelindex.hpp:31–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
PersistentModelIndex& operator=( PersistentModelIndex&& ) = default;
30
31
bool isValid() const { return hasValidHandle() && mHandle.lock()->mIndex.isValid(); }
32
bool hasValidHandle() const { return !mHandle.expired(); }
33
34
int row() const;
Callers
5
rowCount
Method · 0.45
index
Method · 0.45
parent
Method · 0.45
data
Method · 0.45
hasParent
Function · 0.45
Calls
1
lock
Method · 0.45
Tested by
no test coverage detected