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

Function CreateDescriptor

eval/tests/unknowns_end_to_end_test.cc:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78enum class FunctionResponse { kUnknown, kTrue, kFalse };
79
80CelFunctionDescriptor CreateDescriptor(
81 absl::string_view name, CelValue::Type type = CelValue::Type::kString) {
82 return CelFunctionDescriptor(std::string(name), false, {type});
83}
84
85class FunctionImpl : public CelFunction {
86 public:

Callers 15

ConcatFunctionMethod · 0.85
ConstFunctionMethod · 0.85
AddFunctionMethod · 0.85
SinkFunctionMethod · 0.85
TEST_PFunction · 0.85
FunctionImplMethod · 0.85
PrepareBuilderMethod · 0.85
PrepareBuilderMethod · 0.85
PrepareBuilderMethod · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected