MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / setHistoryLimit

Method setHistoryLimit

source/core/StarObserverStream.hpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55template <typename T>
56void ObserverStream<T>::setHistoryLimit(uint64_t historyLimit) {
57 m_historyLimit = historyLimit;
58 tick(0);
59}
60
61template <typename T>
62void ObserverStream<T>::add(T value) {

Callers 1

StatusControllerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected