MCPcopy 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
2181int Service::readFbLog(UtilSvc* arg)
2182{
2183 Service* service = (Service*) arg;
2184 service->readFbLog();
2185 return 0;
2186}
2187
2188void Service::readFbLog()
2189{

Callers

nothing calls this directly

Calls 10

getPrefixFunction · 0.85
ferrorFunction · 0.85
GdsClass · 0.85
StrClass · 0.85
fcloseFunction · 0.85
fopenFunction · 0.50
c_strMethod · 0.45
initMethod · 0.45
copyToMethod · 0.45
stuffExceptionMethod · 0.45

Tested by

no test coverage detected