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

Method hasAttribute

src/IECoreScene/SceneCache.cpp:121–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 }
120
121 bool hasAttribute( const Name &name ) const
122 {
123 ConstIndexedIOPtr attributes = m_indexedIO->subdirectory( attributesEntry, IndexedIO::NullIfMissing );
124 if ( !attributes )
125 return false;
126
127 return attributes->hasEntry( name );
128 }
129
130 void attributeNames( NameList &attrsNames ) const
131 {

Callers

nothing calls this directly

Calls 2

subdirectoryMethod · 0.80
hasEntryMethod · 0.80

Tested by

no test coverage detected