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

Function getVersionIntegers

source/MaterialXCore/Util.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41std::tuple<int, int, int> getVersionIntegers()
42{
43 return LIBRARY_VERSION_TUPLE;
44}
45
46string createValidName(string name, char replaceChar)
47{

Callers 5

Document.cppFile · 0.85
upgradeVersionMethod · 0.85
getVersionIntegersMethod · 0.85
validateMethod · 0.85
EMSCRIPTEN_BINDINGSFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected