Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ clearWord
Method
clearWord
base/poco/Util/src/HelpFormatter.cpp:269–273 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
267
268
269
void HelpFormatter::clearWord(std::ostream& ostr, int& pos, std::string& word, int indent) const
270
{
271
formatWord(ostr, pos, word, indent);
272
word.clear();
273
}
274
275
276
std::string HelpFormatter::shortPrefix() const
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected