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

Function make_ok_test

src/gpre/languages/pas.cpp:3257–3265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3255//
3256
3257static void make_ok_test( const act* action, const gpre_req* request, int column)
3258{
3259
3260 if (gpreGlob.sw_auto)
3261 printa(column, "if (%s <> nil) and (%s <> nil) then",
3262 request_trans(action, request), request->req_handle);
3263 else
3264 printa(column, "if (%s <> nil) then", request->req_handle);
3265}
3266
3267
3268//____________________________________________________________

Callers 2

gen_s_startFunction · 0.70
gen_storeFunction · 0.70

Calls 2

printaFunction · 0.70
request_transFunction · 0.70

Tested by

no test coverage detected