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

Method getDirectory

src/yvalve/PluginManager.cpp:1314–1324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1312{
1313public:
1314 const char* getDirectory(unsigned code)
1315 {
1316 try
1317 {
1318 return dataCache().getDir(code);
1319 }
1320 catch (const Exception&)
1321 {
1322 return NULL;
1323 }
1324 }
1325
1326 IConfig* getPluginConfig(const char* pluginName)
1327 {

Callers 2

process_archiveFunction · 0.45
loadModuleMethod · 0.45

Calls 1

getDirMethod · 0.80

Tested by

no test coverage detected