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

Function DestroyMedium

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

Source from the content-addressed store, hash-verified

487 void Destroy();
488
489 void DestroyMedium() {
490 ABSL_DCHECK_EQ(GetKind(), ByteStringKind::kMedium);
491 DestroyMedium(rep_.medium);
492 }
493
494 static void DestroyMedium(const MediumByteStringRep& rep) {
495 StrongUnref(GetMediumReferenceCount(rep));

Callers 3

CopyFromMethod · 0.85
MoveFromMethod · 0.85
DestroyMethod · 0.85

Calls 2

GetKindFunction · 0.85
StrongUnrefFunction · 0.85

Tested by

no test coverage detected