MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / formatText

Method formatText

base/poco/Util/src/HelpFormatter.cpp:208–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206
207
208void HelpFormatter::formatText(std::ostream& ostr, const std::string& text, int indent) const
209{
210 formatText(ostr, text, indent, indent);
211}
212
213
214void HelpFormatter::formatText(std::ostream& ostr, const std::string& text, int indent, int firstIndent) const

Callers

nothing calls this directly

Calls 3

beginMethod · 0.45
endMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected