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

Function GetSmallCord

common/internal/byte_string_test.cc:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91std::string GetSmallString() { return std::string(GetSmallStringView()); }
92
93absl::Cord GetSmallCord() {
94 static const absl::NoDestructor<absl::Cord> small(GetSmallStringView());
95 return *small;
96}
97
98absl::string_view GetMediumStringView() {
99 static constexpr absl::string_view medium =

Callers 1

TEST_PFunction · 0.85

Calls 1

GetSmallStringViewFunction · 0.85

Tested by

no test coverage detected