MCPcopy 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
49static 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";
50void identify(FILE* out, unsigned ident)
51{
52 fprintf(out, "%.*s", ident, tabs);
53}
54
55string snakeUpperCase(const string& name)
56{

Callers 1

generateMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected