Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ ~DynamicVector
Method
~DynamicVector
src/common/StatusHolder.h:51–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
~DynamicVector()
52
{
53
delete[] findDynamicStrings(this->getCount(), this->begin());
54
}
55
56
private:
57
char* prepareForNewValue()
Callers
nothing calls this directly
Calls
3
findDynamicStrings
Function · 0.85
getCount
Method · 0.45
begin
Method · 0.45
Tested by
no test coverage detected