| 2982 | } |
| 2983 | |
| 2984 | bool StreamIndexedIO::hasEntry( const IndexedIO::EntryID &name ) const |
| 2985 | { |
| 2986 | assert( m_node ); |
| 2987 | return m_node->hasChild( name ); |
| 2988 | } |
| 2989 | |
| 2990 | IndexedIOPtr StreamIndexedIO::subdirectory( const IndexedIO::EntryID &name, IndexedIO::MissingBehaviour missingBehaviour ) |
| 2991 | { |
no test coverage detected