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

Method AdornStructField

parser/parser_test.cc:1392–1394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1390 }
1391
1392 std::string AdornStructField(const cel::StructExprField& e) const override {
1393 return LocationToString(e.id());
1394 }
1395
1396 std::string AdornMapEntry(const cel::MapExprEntry& e) const override {
1397 return LocationToString(e.id());

Callers

nothing calls this directly

Calls 1

idMethod · 0.45

Tested by

no test coverage detected