MCPcopy Create free account
hub / github.com/KTH-RPL/dufomap / tick

Method tick

src/indicators.hpp:2857–2861  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2855
2856 template <size_t index>
2857 typename std::enable_if<(index >= 0 && index < count), void>::type tick() {
2858 if (!bars_[index].get().is_completed())
2859 bars_[index].get().tick();
2860 print_progress();
2861 }
2862
2863 template <size_t index>
2864 typename std::enable_if<(index >= 0 && index < count), bool>::type is_completed() const {

Callers

nothing calls this directly

Calls 2

is_completedMethod · 0.45
tickMethod · 0.45

Tested by

no test coverage detected