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

Function GetSmallString

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

Source from the content-addressed store, hash-verified

89}
90
91std::string GetSmallString() { return std::string(GetSmallStringView()); }
92
93absl::Cord GetSmallCord() {
94 static const absl::NoDestructor<absl::Cord> small(GetSmallStringView());

Callers 1

TEST_PFunction · 0.85

Calls 1

GetSmallStringViewFunction · 0.85

Tested by

no test coverage detected