MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / getModuleName

Method getModuleName

src/yvalve/PluginManager.cpp:838–841  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

836 }
837
838 const char* getModuleName() const
839 {
840 return currentPlugin.hasData() ? currentPlugin->getPluggedModule()->getName() : NULL;
841 }
842
843 void set(CheckStatusWrapper* status, const char* newName)
844 {

Callers

nothing calls this directly

Calls 3

getPluggedModuleMethod · 0.80
hasDataMethod · 0.45
getNameMethod · 0.45

Tested by

no test coverage detected