Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
int ProcessorMetadata::getNumFiles() const
55
{
56
return static_cast<int>(getImpl()->files.size());
57
}
58
59
const char * ProcessorMetadata::getFile(int index) const
60
{
Callers
1
bindPyProcessorMetadata
Function · 0.80
Calls
2
getImpl
Function · 0.50
size
Method · 0.45
Tested by
no test coverage detected