MCPcopy 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

templateMethod · 0.95
noargsMethod · 0.45
noargsMethod · 0.45
classSetupMethod · 0.45
testMethod · 0.45
runBTraceMethod · 0.45
locateTraceMethod · 0.45
attachMethod · 0.45
testOnProbeMethod · 0.45
testJfrMethod · 0.45
validateMethod · 0.45

Calls 4

entrySetMethod · 0.80
getValueMethod · 0.65
sizeMethod · 0.45
iteratorMethod · 0.45

Tested by 12

noargsMethod · 0.36
noargsMethod · 0.36
classSetupMethod · 0.36
testMethod · 0.36
runBTraceMethod · 0.36
locateTraceMethod · 0.36
attachMethod · 0.36
testOnProbeMethod · 0.36
testJfrMethod · 0.36
validateMethod · 0.36
onMethodMethod · 0.36