Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ main
Function
main
extern/cloop/src/cloop/Main.cpp:156–168 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
154
155
156
int main(int argc, const char* argv[])
157
{
158
try
159
{
160
run(argc, argv);
161
return 0;
162
}
163
catch (exception& e)
164
{
165
cerr << e.what() << endl;
166
return 1;
167
}
168
}
Callers
nothing calls this directly
Calls
2
run
Function · 0.70
what
Method · 0.45
Tested by
no test coverage detected