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

Method GetErrorString

code/Common/Exporter.cpp:511–514  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

509
510// ------------------------------------------------------------------------------------------------
511const char* Exporter::GetErrorString() const {
512 ai_assert(nullptr != pimpl);
513 return pimpl->mError.c_str();
514}
515
516// ------------------------------------------------------------------------------------------------
517void Exporter::FreeBlob() {

Callers 8

ImportModelFunction · 0.45
ExportModelFunction · 0.45
Import3DFromFileFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected