Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/btraceio/btrace
/ get
Method
get
btrace-core/src/main/java/org/openjdk/btrace/core/ArgsMap.java:68–70 ·
view source on GitHub ↗
(String key)
Source
from the content-addressed store, hash-verified
66
}
67
68
public
String get(String key) {
69
return
map.get(key);
70
}
71
72
public
String get(
int
idx) {
73
if
(idx >= 0 && idx < map.size()) {
Callers
15
template
Method · 0.95
noargs
Method · 0.45
noargs
Method · 0.45
classSetup
Method · 0.45
test
Method · 0.45
runBTrace
Method · 0.45
locateTrace
Method · 0.45
attach
Method · 0.45
testOnProbe
Method · 0.45
testJfr
Method · 0.45
validate
Method · 0.45
testOnMethodUnattended
Method · 0.45
Calls
4
entrySet
Method · 0.80
getValue
Method · 0.65
size
Method · 0.45
iterator
Method · 0.45
Tested by
12
noargs
Method · 0.36
noargs
Method · 0.36
classSetup
Method · 0.36
test
Method · 0.36
runBTrace
Method · 0.36
locateTrace
Method · 0.36
attach
Method · 0.36
testOnProbe
Method · 0.36
testJfr
Method · 0.36
validate
Method · 0.36
testOnMethodUnattended
Method · 0.36
onMethod
Method · 0.36