Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
void NumericMetric::incrementByOne() {
48
if (!enabled) {
49
return;
50
}
51
accumulatedValue++;
52
}
53
54
} // namespace common
55
} // namespace lbug
Callers
5
getNextTuplesInternal
Method · 0.80
getNextTuplesInternal
Method · 0.80
getNextTuplesInternal
Method · 0.80
finalizeInternal
Method · 0.80
executeInternal
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected