Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
117
int 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 main
Function · 0.45
WinMain
Function · 0.45
getServerCapabilities
Function · 0.45
getList
Method · 0.45
getList
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected