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

Method serverMode

src/yvalve/MasterImplementation.cpp:117–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117int MasterImplementation::serverMode(int mode)
118{
119 static int currentMode = -1;
120 if (mode >= 0)
121 currentMode = mode;
122 return currentMode;
123}
124
125} // namespace Why
126

Callers 5

CLIB_ROUTINE mainFunction · 0.45
WinMainFunction · 0.45
getServerCapabilitiesFunction · 0.45
getListMethod · 0.45
getListMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected