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

Method AdornStructField

parser/parser_test.cc:1371–1373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1369 }
1370
1371 std::string AdornStructField(const cel::StructExprField& e) const override {
1372 return absl::StrFormat("^#%d:Expr.CreateStruct.Entry#", e.id());
1373 }
1374
1375 std::string AdornMapEntry(const cel::MapExprEntry& e) const override {
1376 return absl::StrFormat("^#%d:Expr.CreateStruct.Entry#", e.id());

Callers

nothing calls this directly

Calls 1

idMethod · 0.45

Tested by

no test coverage detected