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

Function gen_endfor

src/gpre/obj_cxx.cpp:2010–2022  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2008//
2009
2010static void gen_endfor( const act* action, int column)
2011{
2012 const gpre_req* request = action->act_request;
2013 column += INDENT;
2014
2015 if (request->req_sync)
2016 gen_send(action, request->req_sync, column);
2017
2018 endp(column);
2019
2020 if (action->act_error || (action->act_flags & ACT_sql))
2021 endp(column);
2022}
2023
2024
2025//____________________________________________________________

Callers 1

OBJ_CXX_actionFunction · 0.70

Calls 2

gen_sendFunction · 0.70
endpFunction · 0.70

Tested by

no test coverage detected