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

Method removeAlias

src/OpenColorIO/NamedTransform.cpp:95–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95void NamedTransformImpl::removeAlias(const char * name) noexcept
96{
97 if (name && *name)
98 {
99 const std::string alias{ name };
100 StringUtils::Remove(m_aliases, alias);
101 }
102}
103
104void NamedTransformImpl::clearAliases() noexcept
105{

Callers

nothing calls this directly

Calls 1

RemoveFunction · 0.85

Tested by

no test coverage detected