MCPcopy Create free account
hub / github.com/Restream/reindexer / StartBlock

Method StartBlock

cpp_src/core/query/sql/sql_formatters.cc:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32SqlFormatterBase::Guard<SingleLineSqlFormatter> SingleLineSqlFormatter::StartBlock() {
33 Next();
34 Base::startBlock();
35 return Guard{*this, Block};
36}
37
38void SingleLineSqlFormatter::endBlock() {
39 Next();

Callers 3

dumpOrderByMethod · 0.80
DumpSQLMethod · 0.80
dumpSQLWhereMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected