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

Function indent

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

Source from the content-addressed store, hash-verified

15std::ostream& operator<<(std::ostream& os, const DatetimeField& op);
16
17std::string indent(uintmax_t numIndent)
18{
19 return std::string(numIndent, '\t');
20}
21
22void inprint(std::ostream& s, int64_t val, uintmax_t numIndent)
23{

Callers 2

inprintFunction · 0.85
inprintCFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected