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

Method copy

src/IECore/FileSequence.cpp:265–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265FileSequencePtr FileSequence::copy() const
266{
267 return new FileSequence( m_fileName, m_frameList->copy() );
268}
269
270void FileSequence::mapTo( const FileSequence *other, std::vector< std::pair< std::string, std::string > > &result ) const
271{

Callers 2

testCopyMethod · 0.95
testMappingMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected