MCPcopy Create free account
hub / github.com/ImageEngine/cortex / hasEntry

Method hasEntry

src/IECore/StreamIndexedIO.cpp:2984–2988  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 14

loadAttributesMethod · 0.80
loadPrimVarsMethod · 0.80
hasObjectMethod · 0.80
hasAttributeMethod · 0.80
hasTagMethod · 0.80
hasChildMethod · 0.80
hashMethod · 0.80
readLocalSetMethod · 0.80
restoreSampleTimesMethod · 0.80
createChildMethod · 0.80
loadMethod · 0.80

Calls 1

hasChildMethod · 0.45

Tested by

no test coverage detected