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

Method dumpMetadata

src/OpenColorIO/ops/noop/NoOps.cpp:352–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352void FileNoOp::dumpMetadata(ProcessorMetadataRcPtr & metadata) const
353{
354 auto fileData = DynamicPtrCast<const FileNoOpData>(data());
355 metadata->addFile(fileData->getPath().c_str());
356}
357
358std::string FileNoOp::getCacheID() const
359{

Callers

nothing calls this directly

Calls 2

addFileMethod · 0.80
addLookMethod · 0.45

Tested by

no test coverage detected