MCPcopy 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
219void dbuf_guard::set_increment(size_t incr)
220{
221 if (incr > 0) {
222 incr_ = incr;
223 }
224}
225
226int dbuf_guard::push_back(dbuf_obj* obj)
227{

Callers 3

test1Function · 0.80
testFunction · 0.80
diff_managerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected