MCPcopy Create free account
hub / github.com/Tencent/tgfx / SlidingWindowTracker

Method SlidingWindowTracker

src/core/utils/SlidingWindowTracker.cpp:23–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21namespace tgfx {
22
23SlidingWindowTracker::SlidingWindowTracker(size_t windowSize) : windowSize(windowSize) {
24}
25
26void SlidingWindowTracker::addValue(size_t value) {
27 values.push_back(value);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected