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

Method Adorn

parser/parser_test.cc:1388–1390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1386 : source_info_(source_info) {}
1387
1388 std::string Adorn(const cel::Expr& e) const override {
1389 return LocationToString(e.id());
1390 }
1391
1392 std::string AdornStructField(const cel::StructExprField& e) const override {
1393 return LocationToString(e.id());

Callers

nothing calls this directly

Calls 1

idMethod · 0.45

Tested by

no test coverage detected