MCPcopy Create free account
hub / github.com/apple/foundationdb / size

Method size

fdbrpc/TokenCache.actor.cpp:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 explicit LRUCache(size_type capacity) : _capacity(capacity) { _map.reserve(capacity); }
28
29 size_type size() const { return _map.size(); }
30 size_type capacity() const { return _capacity; }
31 bool empty() const { return _map.empty(); }
32

Callers 2

validateAndAddMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected