MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/MaterialX / hasVersionString

Function hasVersionString

source/MaterialXCore/Interface.h:591–594  ·  view source on GitHub ↗

Return true if this interface has a version string.

Source from the content-addressed store, hash-verified

589
590 /// Return true if this interface has a version string.
591 bool hasVersionString() const
592 {
593 return hasAttribute(VERSION_ATTRIBUTE);
594 }
595
596 /// Return the version string of this interface.
597 const string& getVersionString() const

Callers 3

getVersionIntegersMethod · 0.85
validateMethod · 0.85
validateMethod · 0.85

Calls 1

hasAttributeFunction · 0.70

Tested by

no test coverage detected