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

Method test

src/auth/SecurityDatabase/LegacyServer.cpp:151–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149 bool lookup(void* inMsg, void* outMsg) override;
150
151 bool test() override
152 {
153 return fb_ping(status, &lookup_db) == FB_SUCCESS;
154 }
155
156 // This 2 are needed to satisfy temporarily different calling requirements
157 static int shutdown(const int, const int, void*)

Callers 1

getInstanceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected