MCPcopy Create free account
hub / github.com/acl-dev/acl / push_back

Method push_back

lib_acl_cpp/src/db/db_service.cpp:303–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301}
302
303void db_service::push_back(db_handle* db)
304{
305 if (dbsize_ >= dblimit_) {
306 delete db;
307 } else {
308 dbsize_++;
309 dbpool_.push_back(db);
310 }
311}
312
313} // namespace acl
314

Callers 1

on_messageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected