Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ identify
Function
identify
extern/cloop/src/cloop/Generator.cpp:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
49
static const char* tabs =
"\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t"
;
50
void identify(FILE* out, unsigned ident)
51
{
52
fprintf(out,
"%.*s"
, ident, tabs);
53
}
54
55
string snakeUpperCase(const string& name)
56
{
Callers
1
generate
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected