Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ set_increment
Method
set_increment
lib_acl_cpp/src/stdlib/dbuf_pool.cpp:219–224 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
217
}
218
219
void dbuf_guard::set_increment(size_t incr)
220
{
221
if (incr > 0) {
222
incr_ = incr;
223
}
224
}
225
226
int dbuf_guard::push_back(dbuf_obj* obj)
227
{
Callers
3
test1
Function · 0.80
test
Function · 0.80
diff_manager
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected