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

Function begin

src/gpre/int_cxx.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75static const char* const VTO_CALL = "%s ((const char*) %s, (char*) %s, %d);";
76
77static inline void begin(const int column)
78{
79 printa(column, "{");
80}
81
82static inline void endp(const int column)
83{

Callers 2

INT_CXX_actionFunction · 0.70
gen_forFunction · 0.70

Calls 1

printaFunction · 0.70

Tested by

no test coverage detected