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

Function UnsafeCustomListValue

common/values/custom_list_value.h:414–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412};
413
414inline CustomListValue UnsafeCustomListValue(
415 const CustomListValueDispatcher* absl_nonnull dispatcher
416 ABSL_ATTRIBUTE_LIFETIME_BOUND,
417 CustomListValueContent content) {
418 return CustomListValue(dispatcher, content);
419}
420
421} // namespace cel
422

Callers 2

MakeDispatcherMethod · 0.85
CustomListValueTestClass · 0.85

Calls 1

CustomListValueClass · 0.70

Tested by 1

MakeDispatcherMethod · 0.68