MCPcopy Index your code
hub / github.com/statsd/statsd / increment

Method increment

examples/StatsdClient.java:152–154  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

150 }
151
152 public boolean increment(String key) {
153 return increment(key, 1, 1.0);
154 }
155
156 public boolean increment(String key, int magnitude) {
157 return increment(key, magnitude, 1.0);

Callers 1

decrementMethod · 0.95

Calls 2

sendMethod · 0.95
formatMethod · 0.80

Tested by

no test coverage detected