MCPcopy Create free account
hub / github.com/acl-dev/acl / operator[]

Method operator[]

lib_acl_cpp/src/stdlib/dbuf_pool.cpp:252–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252dbuf_obj* dbuf_guard::operator[](size_t pos) const
253{
254 return get(pos);
255}
256
257dbuf_obj* dbuf_guard::get(size_t pos) const
258{

Callers

nothing calls this directly

Calls 1

getFunction · 0.50

Tested by

no test coverage detected