returns what's the state of this directory, whether it's contents are in a subindex and whether they have been loaded or not.
| 784 | |
| 785 | // returns what's the state of this directory, whether it's contents are in a subindex and whether they have been loaded or not. |
| 786 | inline SubIndexMode subindex() |
| 787 | { |
| 788 | return static_cast<SubIndexMode>(m_subindex); |
| 789 | } |
| 790 | |
| 791 | inline bool subindexChildren() const |
| 792 | { |
no outgoing calls
no test coverage detected