Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ bumpModified
Method
bumpModified
src/jrd/exe.cpp:136–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
}
135
136
void AffectedRows::bumpModified(bool increment)
137
{
138
if (increment) {
139
modifiedRows++;
140
}
141
else {
142
writeFlag = true;
143
}
144
}
145
146
int AffectedRows::getCount() const
147
{
Callers
3
erase
Method · 0.80
modify
Method · 0.80
store
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected