Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
decrement
Method · 0.95
Calls
2
send
Method · 0.95
format
Method · 0.80
Tested by
no test coverage detected