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

Method CreateDescriptor

runtime/function_adapter.h:317–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315 }
316
317 static FunctionDescriptor CreateDescriptor(absl::string_view name,
318 bool receiver_style,
319 bool is_strict) {
320 return CreateDescriptor(
321 name, receiver_style,
322 FunctionDescriptorOptions{is_strict, /*is_contextual=*/false});
323 }
324
325 static FunctionDescriptor CreateDescriptor(
326 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