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

Function Hello2

env/internal/runtime_ext_registry_test.cc:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54Value Hello2(const StringValue& input, const Function::InvokeContext& context) {
55 return StringValue::From("Hello, new " + input.ToString() + "!",
56 context.arena());
57}
58
59RuntimeExtensionRegistry GetRuntimeExtensionRegistry() {
60 RuntimeExtensionRegistry registry;

Callers

nothing calls this directly

Calls 2

ToStringMethod · 0.45
arenaMethod · 0.45

Tested by

no test coverage detected