Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ commandName
Method
commandName
base/poco/Util/src/Application.cpp:289–292 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
287
288
289
std::string Application::commandName() const
290
{
291
return _pConfig->getString(
"application.baseName"
);
292
}
293
294
295
std::string Application::commandPath() const
Callers
1
initialize
Method · 0.80
Calls
1
getString
Method · 0.45
Tested by
no test coverage detected