MCPcopy 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
73void ProcessorMetadata::addFile(const char * fname)
74{
75 getImpl()->files.insert(fname);
76}
77
78int ProcessorMetadata::getNumLooks() const
79{

Callers 1

dumpMetadataMethod · 0.80

Calls 2

insertMethod · 0.80
getImplFunction · 0.50

Tested by

no test coverage detected