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

Function aiGetExportFormatCount

code/CApi/AssimpCExport.cpp:56–58  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

54
55// ------------------------------------------------------------------------------------------------
56ASSIMP_API size_t aiGetExportFormatCount(void) {
57 return Exporter().GetExportFormatCount();
58}
59
60// ------------------------------------------------------------------------------------------------
61ASSIMP_API const aiExportFormatDesc *aiGetExportFormatDescription(size_t index) {

Callers 1

TEST_FFunction · 0.85

Calls 1

GetExportFormatCountMethod · 0.80

Tested by

no test coverage detected