Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
68
public:
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
save
Method · 0.95
Calls
3
prepareForNewValue
Method · 0.95
init_status
Function · 0.85
getBuffer
Method · 0.45
Tested by
no test coverage detected