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

Method AddFunction

eval/eval/function_step_test.cc:102–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100class AddFunction : public CelFunction {
101 public:
102 AddFunction()
103 : CelFunction(CreateDescriptor()), should_return_unknown_(false) {}
104 explicit AddFunction(ShouldReturnUnknown should_return_unknown)
105 : CelFunction(CreateDescriptor()),
106 should_return_unknown_(static_cast<bool>(should_return_unknown)) {}

Callers 15

NewCompilerBuilderMethod · 0.45
TestLibraryMethod · 0.45
AddMinMaxDeclsFunction · 0.45
AddSignednessDeclsFunction · 0.45
AddSqrtDeclsFunction · 0.45
AddFloatingPointDeclsFunction · 0.45
AddBitwiseDeclsFunction · 0.45
RegisterSetsDeclsFunction · 0.45
RegisterEncodersDeclsFunction · 0.45
RegisterRegexDeclsFunction · 0.45
RegisterStringsDeclsFunction · 0.45

Calls 1

CreateDescriptorFunction · 0.85

Tested by

no test coverage detected