| 101 | class ConcatFunction : public CelFunction { |
| 102 | public: |
| 103 | explicit ConcatFunction() : CelFunction(CreateDescriptor()) {} |
| 104 | |
| 105 | static CelFunctionDescriptor CreateDescriptor() { |
| 106 | return CelFunctionDescriptor{ |
nothing calls this directly
no test coverage detected