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

Method commit

src/IECore/StreamIndexedIO.cpp:3195–3198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3193}
3194
3195void StreamIndexedIO::commit()
3196{
3197 m_node->m_idx->commitNodeToSubIndex( m_node->m_node );
3198}
3199
3200void StreamIndexedIO::write(const IndexedIO::EntryID &name, const InternedString *x, size_t arrayLength)
3201{

Callers 1

saveMethod · 0.80

Calls 1

commitNodeToSubIndexMethod · 0.80

Tested by

no test coverage detected