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

Method notify

src/common/config/config.cpp:213–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213void Config::notify() const
214{
215 if (!notifyDatabase.hasData())
216 return;
217 if (notifyDatabaseName(notifyDatabase))
218 notifyDatabase.erase();
219}
220
221void Config::merge(RefPtr<const Config>& config, const string* dpbConfig)
222{

Callers 2

createDatabaseMethod · 0.45

Calls 3

notifyDatabaseNameFunction · 0.85
hasDataMethod · 0.45
eraseMethod · 0.45

Tested by

no test coverage detected