Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
static const char* const VTO_CALL =
"%s ((const char*) %s, (char*) %s, %d);"
;
76
77
static inline void begin(const int column)
78
{
79
printa(column,
"{"
);
80
}
81
82
static inline void endp(const int column)
83
{
Callers
2
INT_CXX_action
Function · 0.70
gen_for
Function · 0.70
Calls
1
printa
Function · 0.70
Tested by
no test coverage detected