MCPcopy Create free account
hub / github.com/OpenMined/TenSEAL / size

Method size

tenseal/cpp/utils/queue.h:67–70  ·  view source on GitHub ↗

* size() returns the size of the queue. **/

Source from the content-addressed store, hash-verified

65 * size() returns the size of the queue.
66 **/
67 [[nodiscard]] unsigned int size() const noexcept {
68 std::scoped_lock lock{mutex_};
69 return queue_.size();
70 }
71
72 private:
73 std::queue<T> queue_;

Callers 3

create_bfv_parametersFunction · 0.45
create_ckks_parametersFunction · 0.45
loadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected