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

Function gen_estore

src/gpre/int_cxx.cpp:360–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358//
359
360static void gen_estore( const act* action, int column, bool special)
361{
362 const gpre_req* request = action->act_request;
363 align(column);
364 gen_compile(request, column);
365 gen_start(request, request->req_primary, column, special);
366}
367
368
369//____________________________________________________________

Callers 1

INT_CXX_actionFunction · 0.70

Calls 3

alignFunction · 0.70
gen_compileFunction · 0.70
gen_startFunction · 0.70

Tested by

no test coverage detected