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

Method getDefaultConfig

src/yvalve/PluginManager.cpp:550–561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

548 }
549
550 IConfig* getDefaultConfig(CheckStatusWrapper* status)
551 {
552 try
553 {
554 return configuredPlugin->getDefaultConfig();
555 }
556 catch (const Exception& ex)
557 {
558 ex.stuffException(status);
559 return NULL;
560 }
561 }
562
563 IFirebirdConf* getFirebirdConf(CheckStatusWrapper* status)
564 {

Callers

nothing calls this directly

Calls 2

getDefaultConfigMethod · 0.45
stuffExceptionMethod · 0.45

Tested by

no test coverage detected