MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / getNumFiles

Method getNumFiles

src/OpenColorIO/Processor.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54int ProcessorMetadata::getNumFiles() const
55{
56 return static_cast<int>(getImpl()->files.size());
57}
58
59const char * ProcessorMetadata::getFile(int index) const
60{

Callers 1

bindPyProcessorMetadataFunction · 0.80

Calls 2

getImplFunction · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected