Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ readFbLog
Method
readFbLog
src/jrd/svc.cpp:2181–2186 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2179
2180
2181
int Service::readFbLog(UtilSvc* arg)
2182
{
2183
Service* service = (Service*) arg;
2184
service->readFbLog();
2185
return 0;
2186
}
2187
2188
void Service::readFbLog()
2189
{
Callers
nothing calls this directly
Calls
10
getPrefix
Function · 0.85
ferror
Function · 0.85
Gds
Class · 0.85
Str
Class · 0.85
fclose
Function · 0.85
fopen
Function · 0.50
c_str
Method · 0.45
init
Method · 0.45
copyTo
Method · 0.45
stuffException
Method · 0.45
Tested by
no test coverage detected