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

Function GetMediumStringView

common/internal/byte_string_test.cc:98–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98absl::string_view GetMediumStringView() {
99 static constexpr absl::string_view medium =
100 "A string that is too large for the small string optimization!";
101 return medium;
102}
103
104std::string GetMediumString() { return std::string(GetMediumStringView()); }
105

Callers 4

GetMediumStringFunction · 0.85
TEST_PFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected