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

Method DebugServer

src/auth/AuthDbg.cpp:56–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54namespace Auth {
55
56DebugServer::DebugServer(Firebird::IPluginConfig* pConf)
57 : str(getPool())
58{
59 Firebird::LocalStatus ls;
60 Firebird::CheckStatusWrapper s(&ls);
61 config.assignRefNoIncr(pConf->getDefaultConfig(&s));
62 check(&s);
63}
64
65int DebugServer::authenticate(Firebird::CheckStatusWrapper* status, Firebird::IServerBlock* sb,
66 Firebird::IWriter* writerInterface)

Callers

nothing calls this directly

Calls 3

assignRefNoIncrMethod · 0.80
checkFunction · 0.50
getDefaultConfigMethod · 0.45

Tested by

no test coverage detected