Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
void inprintC(std::ostream& s, char val, uintmax_t numIndent)
43
{
44
s << indent(numIndent).c_str() << val << std::endl;
45
}
46
47
void inprint(std::ostream& s, const OperatorType& op, uintmax_t numIndent)
48
{
Callers
nothing calls this directly
Calls
1
indent
Function · 0.85
Tested by
no test coverage detected