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

Method getSubConfig

src/yvalve/PluginManager.cpp:232–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230 };
231
232 IConfig* ConfigParameterAccess::getSubConfig(CheckStatusWrapper* status)
233 {
234 try
235 {
236 if (par && par->sub.hasData())
237 {
238 IConfig* rc = FB_NEW ConfigAccess(par->sub);
239 rc->addRef();
240 return rc;
241 }
242 }
243 catch (const Firebird::Exception& ex)
244 {
245 ex.stuffException(status);
246 }
247
248 return NULL;
249 }
250
251 IConfig* findPluginConfig(ConfigFile* pluginLoaderConfig, const PathName& confName)
252 {

Callers

nothing calls this directly

Calls 4

ConfigAccessClass · 0.85
hasDataMethod · 0.45
addRefMethod · 0.45
stuffExceptionMethod · 0.45

Tested by

no test coverage detected