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

Function ~ByteString

common/internal/byte_string.h:239–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237 static ByteString FromExternal(absl::string_view string);
238
239 ~ByteString() { Destroy(); }
240
241 ByteString& operator=(const ByteString& other) noexcept {
242 if (ABSL_PREDICT_TRUE(this != &other)) {

Callers

nothing calls this directly

Calls 1

DestroyFunction · 0.85

Tested by

no test coverage detected