Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
std::tuple<int, int, int> getVersionIntegers()
42
{
43
return LIBRARY_VERSION_TUPLE;
44
}
45
46
string createValidName(string name, char replaceChar)
47
{
Callers
5
Document.cpp
File · 0.85
upgradeVersion
Method · 0.85
getVersionIntegers
Method · 0.85
validate
Method · 0.85
EMSCRIPTEN_BINDINGS
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected