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

Method GetStaticStringForToken

code/AssetLib/Step/STEPFile.h:345–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343 }
344
345 const char *GetStaticStringForToken(const std::string &token) const {
346 ConverterMap::const_iterator it = converters.find(token);
347 return it == converters.end() ? nullptr : (*it).first.c_str();
348 }
349
350 template <size_t N>
351 const ConversionSchema &operator=(const SchemaEntry (&schemas)[N]) {

Callers 2

ReadFileMethod · 0.80

Calls 1

endMethod · 0.45

Tested by

no test coverage detected