MCPcopy Create free account
hub / github.com/GPUOpen-Tools/compressonator / getPluginName

Method getPluginName

applications/_plugins/common/pluginmanager.cpp:505–510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

503}
504
505char* PluginManager::getPluginName(int index)
506{
507 if (!pluginRegister.at(index)->isRegistered)
508 getPluginDetails(pluginRegister.at(index));
509 return pluginRegister.at(index)->getName();
510}
511
512char* PluginManager::getPluginUUID(int index)
513{

Callers 1

GetSupportedFileFormatsFunction · 0.80

Calls 1

getNameMethod · 0.80

Tested by

no test coverage detected