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

Method SinkFunction

eval/eval/function_step_test.cc:147–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145class SinkFunction : public CelFunction {
146 public:
147 explicit SinkFunction(CelValue::Type type, bool is_strict = true)
148 : CelFunction(CreateDescriptor(type, is_strict)) {}
149
150 static CelFunctionDescriptor CreateDescriptor(CelValue::Type type,
151 bool is_strict = true) {

Callers

nothing calls this directly

Calls 1

CreateDescriptorFunction · 0.85

Tested by

no test coverage detected