MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / Append

Method Append

testutil/expr_printer.cc:248–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246 }
247
248 void Append(const std::string& s) {
249 if (line_start_) {
250 line_start_ = false;
251 for (int i = 0; i < indent_; ++i) {
252 s_ += " ";
253 }
254 }
255 s_ += s;
256 }
257
258 void AppendLine() {
259 s_ += "\n";

Callers 6

AbslStringifyFunction · 0.45
AbslStringifyFunction · 0.45
AbslStringifyMethod · 0.45
AbslStringifyMethod · 0.45
AbslStringifyMethod · 0.45
AppendListFunction · 0.45

Calls

no outgoing calls

Tested by 4

AbslStringifyFunction · 0.36
AbslStringifyMethod · 0.36
AbslStringifyMethod · 0.36
AbslStringifyMethod · 0.36