Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ addFile
Method
addFile
src/OpenColorIO/Processor.cpp:73–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
void ProcessorMetadata::addFile(const char * fname)
74
{
75
getImpl()->files.insert(fname);
76
}
77
78
int ProcessorMetadata::getNumLooks() const
79
{
Callers
1
dumpMetadata
Method · 0.80
Calls
2
insert
Method · 0.80
getImpl
Function · 0.50
Tested by
no test coverage detected