MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / incrementByOne

Method incrementByOne

src/common/metric.cpp:47–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void NumericMetric::incrementByOne() {
48 if (!enabled) {
49 return;
50 }
51 accumulatedValue++;
52}
53
54} // namespace common
55} // namespace lbug

Callers 5

getNextTuplesInternalMethod · 0.80
getNextTuplesInternalMethod · 0.80
getNextTuplesInternalMethod · 0.80
finalizeInternalMethod · 0.80
executeInternalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected