Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ Adorn
Method
Adorn
testutil/expr_printer_test.cc:38–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
std::string Adorn(const Expr& e) const override {
39
return absl::StrCat(
"#"
, e.id());
40
}
41
42
std::string AdornStructField(const StructExprField& e) const override {
43
return absl::StrCat(
"#"
, e.id());
Callers
nothing calls this directly
Calls
1
id
Method · 0.45
Tested by
no test coverage detected