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

Method FunctionImpl

eval/tests/unknowns_end_to_end_test.cc:87–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85class FunctionImpl : public CelFunction {
86 public:
87 FunctionImpl(absl::string_view name, FunctionResponse response,
88 CelValue::Type type = CelValue::Type::kString)
89 : CelFunction(CreateDescriptor(name, type)), response_(response) {}
90
91 absl::Status Evaluate(absl::Span<const CelValue> arguments, CelValue* result,
92 Arena* arena) const override {

Callers

nothing calls this directly

Calls 1

CreateDescriptorFunction · 0.85

Tested by

no test coverage detected