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

Function Hello1

env/internal/runtime_ext_registry_test.cc:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47using ::cel::test::StringValueIs;
48
49Value Hello1(const StringValue& input, const Function::InvokeContext& context) {
50 return StringValue::From("Hello, old " + input.ToString() + "!",
51 context.arena());
52}
53
54Value Hello2(const StringValue& input, const Function::InvokeContext& context) {
55 return StringValue::From("Hello, new " + input.ToString() + "!",

Callers

nothing calls this directly

Calls 2

ToStringMethod · 0.45
arenaMethod · 0.45

Tested by

no test coverage detected