MCPcopy 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
56private:
57 char* prepareForNewValue()

Callers

nothing calls this directly

Calls 3

findDynamicStringsFunction · 0.85
getCountMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected