MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / clear

Method clear

src/common/StatusHolder.h:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68public:
69 void clear()
70 {
71 delete[] this->prepareForNewValue();
72 fb_utils::init_status(this->getBuffer(3));
73 }
74
75 void save(unsigned int length, const ISC_STATUS* status, bool warningMode) throw()
76 {

Callers 1

saveMethod · 0.95

Calls 3

prepareForNewValueMethod · 0.95
init_statusFunction · 0.85
getBufferMethod · 0.45

Tested by

no test coverage detected