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

Method rowCount

src/eepp/ui/models/sortingproxymodel.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46size_t SortingProxyModel::rowCount( const ModelIndex& index ) const {
47 auto targetIndex = mapToSource( index );
48 return source().rowCount( targetIndex );
49}
50
51size_t SortingProxyModel::columnCount( const ModelIndex& index ) const {
52 auto targetIndex = mapToSource( index );

Callers 2

buildMappingMethod · 0.45
sortMappingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected