MCPcopy Create free account
hub / github.com/activeloopai/deeplake / inprintC

Function inprintC

cpp/3rd_party/sql-parser/src/util/sqlhelper.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void inprintC(std::ostream& s, char val, uintmax_t numIndent)
43{
44 s << indent(numIndent).c_str() << val << std::endl;
45}
46
47void inprint(std::ostream& s, const OperatorType& op, uintmax_t numIndent)
48{

Callers

nothing calls this directly

Calls 1

indentFunction · 0.85

Tested by

no test coverage detected