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

Method CreateDescriptor

runtime/function_adapter.h:748–753  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

746 absl::AnyInvocable<T(Args..., const Function::InvokeContext&) const>;
747
748 static FunctionDescriptor CreateDescriptor(absl::string_view name,
749 bool receiver_style,
750 bool is_strict) {
751 return CreateDescriptor(name, receiver_style,
752 {is_strict, /*is_contextual=*/false});
753 }
754
755 static FunctionDescriptor CreateDescriptor(
756 absl::string_view name, bool receiver_style,

Callers

nothing calls this directly

Calls 2

CreateDescriptorFunction · 0.85
FunctionDescriptorClass · 0.85

Tested by

no test coverage detected