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

Function getVersionString

source/MaterialXCore/Util.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34//
35
36string getVersionString()
37{
38 return LIBRARY_VERSION_STRING;
39}
40
41std::tuple<int, int, int> getVersionIntegers()
42{

Callers 8

__init__.pyFile · 0.85
mainFunction · 0.85
Document.cppFile · 0.85
mainFunction · 0.85
mainFunction · 0.85
getVersionIntegersMethod · 0.85
getNodeDefMethod · 0.85
isVersionCompatibleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected