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

Method getDir

src/yvalve/PluginManager.cpp:1280–1284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1278 }
1279
1280 const char* getDir(unsigned code)
1281 {
1282 fb_assert(code < IConfigManager::DIR_COUNT);
1283 return cache[code].c_str();
1284 }
1285
1286 const char* getDb()
1287 {

Callers 1

getDirectoryMethod · 0.80

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected