Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ init
Method
init
base/poco/Util/src/Application.cpp:124–128 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
123
124
void Application::init(int argc, char* argv[])
125
{
126
setArgs(argc, argv);
127
init();
128
}
129
130
131
Callers
nothing calls this directly
Calls
6
init
Function · 0.50
setString
Method · 0.45
toString
Method · 0.45
getFileName
Method · 0.45
getBaseName
Method · 0.45
parent
Method · 0.45
Tested by
no test coverage detected