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

Method reset

cpp_src/core/query/sql/sql_formatters.h:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 };
48
49 void reset() noexcept { indents_ = {}; }
50 void startBlock() { indents_.push_back(Block); }
51 void openParenthesis() { indents_.push_back(Parenthesis); }
52 void openBracket() { indents_.push_back(Bracket); }

Callers 4

queryresults.ccFile · 0.45
RebuildMergedDataMethod · 0.45
SetQueryMethod · 0.45
GetItemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected