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

Method getName

src/yvalve/PluginManager.cpp:833–836  ·  view source on GitHub ↗

IPluginSet implementation

Source from the content-addressed store, hash-verified

831 public:
832 // IPluginSet implementation
833 const char* getName() const
834 {
835 return currentPlugin.hasData() ? currentName.c_str() : NULL;
836 }
837
838 const char* getModuleName() const
839 {

Callers 2

ConfiguredPluginMethod · 0.45
getModuleNameMethod · 0.45

Calls 2

hasDataMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected