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

Method getServerMode

src/common/config/config.cpp:639–643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

637 const Config* config = this;
638
639int Config::getServerMode()
640{
641 DECLARE_GLOBAL_KEY(KEY_SERVER_MODE);
642 return config->serverMode;
643}
644
645const char* Config::getPlugins(unsigned int type) const
646{

Callers 10

LockManagerMethod · 0.80
initAttachmentFunction · 0.80
release_attachmentFunction · 0.80
JRD_shutdown_databaseFunction · 0.80
INF_database_infoFunction · 0.80
initTempPageSpaceMethod · 0.80
unix.cppFile · 0.80
PIO_openFunction · 0.80
PIO_createFunction · 0.80
PIO_openFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected