MCPcopy Create free account
hub / github.com/BambooTracker/BambooTracker / decreaseUsedCount

Method decreaseUsedCount

BambooTracker/module/pattern.hpp:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41 inline int increaseUsedCount() noexcept { return ++usedCnt_; }
42 inline int decreaseUsedCount() noexcept { return --usedCnt_; }
43 inline int getUsedCount() const noexcept { return usedCnt_; }
44
45 Step& getStep(int n);

Callers 2

deleteOrderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected