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

Function request_trans

src/gpre/languages/ada.cpp:3541–3552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3539//
3540
3541static const TEXT* request_trans( const act* action, const gpre_req* request)
3542{
3543 if (action->act_type == ACT_open)
3544 {
3545 const TEXT* trname = ((open_cursor*) action->act_object)->opn_trans;
3546 if (!trname)
3547 trname = "gds_trans";
3548 return trname;
3549 }
3550
3551 return request ? request->req_trans : "gds_trans";
3552}
3553
3554
3555//____________________________________________________________

Callers 4

gen_compileFunction · 0.70
gen_startFunction · 0.70
make_ok_testFunction · 0.70
t_start_autoFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected