MCPcopy 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
124void Application::init(int argc, char* argv[])
125{
126 setArgs(argc, argv);
127 init();
128}
129
130
131

Callers

nothing calls this directly

Calls 6

initFunction · 0.50
setStringMethod · 0.45
toStringMethod · 0.45
getFileNameMethod · 0.45
getBaseNameMethod · 0.45
parentMethod · 0.45

Tested by

no test coverage detected