Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
AbslStringify
Function · 0.45
AbslStringify
Function · 0.45
AbslStringify
Method · 0.45
AbslStringify
Method · 0.45
AbslStringify
Method · 0.45
AppendList
Function · 0.45
Calls
no outgoing calls
Tested by
4
AbslStringify
Function · 0.36
AbslStringify
Method · 0.36
AbslStringify
Method · 0.36
AbslStringify
Method · 0.36