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

Function UnsafeCustomMapValue

common/values/custom_map_value.h:460–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

458};
459
460inline CustomMapValue UnsafeCustomMapValue(
461 const CustomMapValueDispatcher* absl_nonnull dispatcher
462 ABSL_ATTRIBUTE_LIFETIME_BOUND,
463 CustomMapValueContent content) {
464 return CustomMapValue(dispatcher, content);
465}
466
467} // namespace cel
468

Callers 2

MakeDispatcherMethod · 0.85
CustomMapValueTestClass · 0.85

Calls 1

CustomMapValueClass · 0.70

Tested by 1

MakeDispatcherMethod · 0.68