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

Method getID

src/OpenColorIO/fileformats/FormatMetadata.cpp:402–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400}
401
402const char * FormatMetadataImpl::getID() const noexcept
403{
404 return getAttributeValueString(METADATA_ID).c_str();
405}
406
407void FormatMetadataImpl::setID(const char * id) noexcept
408{

Callers 4

getCDLTransformsMethod · 0.45
getAttributesMethod · 0.45
writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected