Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ DestroyLarge
Function
DestroyLarge
common/internal/byte_string.h:498–501 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
496
}
497
498
void DestroyLarge() {
499
ABSL_DCHECK_EQ(GetKind(), ByteStringKind::kLarge);
500
DestroyLarge(rep_.large);
501
}
502
503
static void DestroyLarge(LargeByteStringRep& rep) { GetLarge(rep).~Cord(); }
504
Callers
6
RemovePrefix
Method · 0.85
RemoveSuffix
Method · 0.85
CopyFrom
Method · 0.85
MoveFrom
Method · 0.85
Swap
Method · 0.85
Destroy
Method · 0.85
Calls
1
GetKind
Function · 0.85
Tested by
no test coverage detected