MCPcopy 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
269void 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
276std::string HelpFormatter::shortPrefix() const

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected