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

Function bad_service

src/remote/server/server.cpp:1286–1293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1284}
1285
1286inline bool bad_service(IStatus* status_vector, Rdb* rdb)
1287{
1288 IReferenceCounted* iface = NULL;
1289 if (rdb && rdb->rdb_svc.hasData())
1290 iface = rdb->rdb_svc->svc_iface;
1291
1292 return bad_port_context(status_vector, iface, isc_bad_svc_handle);
1293}
1294
1295
1296class Worker

Callers 3

infoMethod · 0.85
service_endMethod · 0.85
service_startMethod · 0.85

Calls 2

bad_port_contextFunction · 0.85
hasDataMethod · 0.45

Tested by

no test coverage detected