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

Function Wrap

common/values/bytes_value.h:77–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 google::protobuf::Arena* absl_nullable arena
76 ABSL_ATTRIBUTE_LIFETIME_BOUND);
77 static BytesValue Wrap(absl::string_view value) = delete;
78 static BytesValue Wrap(const absl::Cord& value);
79 static BytesValue Wrap(std::string&& value) = delete;
80 static BytesValue Wrap(std::string&& value,

Callers 6

SubstringMethod · 0.70
LowerAsciiMethod · 0.70
UpperAsciiMethod · 0.70
TrimMethod · 0.70
MakeStringValueFunction · 0.50
TEST_FFunction · 0.50

Calls

no outgoing calls

Tested by 2

MakeStringValueFunction · 0.40
TEST_FFunction · 0.40