Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ AdornMapEntry
Method
AdornMapEntry
testutil/expr_printer_test.cc:46–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
std::string AdornMapEntry(const MapExprEntry& e) const override {
47
return absl::StrCat(
"#"
, e.id());
48
}
49
};
50
51
TEST(ExprPrinterTest, Identifier) {
Callers
nothing calls this directly
Calls
1
id
Method · 0.45
Tested by
no test coverage detected