MCPcopy Create free account
hub / github.com/assimp/assimp / aiGetVersionRevision

Function aiGetVersionRevision

code/Common/Version.cpp:111–113  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

109
110// ------------------------------------------------------------------------------------------------
111ASSIMP_API unsigned int aiGetVersionRevision() {
112 return GitVersion;
113}
114
115// ------------------------------------------------------------------------------------------------
116ASSIMP_API const char *aiGetBranchName() {

Callers 10

mainFunction · 0.85
TEST_FFunction · 0.85
WriteHeaderExtensionMethod · 0.85
ExportMetadataMethod · 0.85
PlyExporterMethod · 0.85
ExportMetadataMethod · 0.85
WriteBinaryDumpMethod · 0.85
WriteHeaderMethod · 0.85
WriteDumpFunction · 0.85
Importer.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected