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

Method ConcatFunction

eval/compiler/flat_expr_builder_test.cc:103–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101class ConcatFunction : public CelFunction {
102 public:
103 explicit ConcatFunction() : CelFunction(CreateDescriptor()) {}
104
105 static CelFunctionDescriptor CreateDescriptor() {
106 return CelFunctionDescriptor{

Callers

nothing calls this directly

Calls 1

CreateDescriptorFunction · 0.85

Tested by

no test coverage detected