Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
string getVersionString()
37
{
38
return LIBRARY_VERSION_STRING;
39
}
40
41
std::tuple<int, int, int> getVersionIntegers()
42
{
Callers
8
__init__.py
File · 0.85
main
Function · 0.85
Document.cpp
File · 0.85
main
Function · 0.85
main
Function · 0.85
getVersionIntegers
Method · 0.85
getNodeDef
Method · 0.85
isVersionCompatible
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected