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

Method AdornStructField

testutil/expr_printer_test.cc:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 std::string AdornStructField(const StructExprField& e) const override {
43 return absl::StrCat("#", e.id());
44 }
45
46 std::string AdornMapEntry(const MapExprEntry& e) const override {
47 return absl::StrCat("#", e.id());

Callers

nothing calls this directly

Calls 1

idMethod · 0.45

Tested by

no test coverage detected