Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/btraceio/btrace
/ put
Method
put
btrace-core/src/main/java/org/openjdk/btrace/core/ArgsMap.java:97–99 ·
view source on GitHub ↗
(String key, String value)
Source
from the content-addressed store, hash-verified
95
}
96
97
public
String put(String key, String value) {
98
return
map.put(key, value);
99
}
100
101
@Override
102
public
Iterator<Map.Entry<String, String>> iterator() {
Callers
15
getMethodId
Method · 0.45
addReferencedNode
Method · 0.45
ArgsMap
Method · 0.45
onnewObject
Method · 0.45
onnewObject
Method · 0.45
Client
Method · 0.45
setupWriter
Method · 0.45
loadDefaultArguments
Method · 0.45
loadArgs
Method · 0.45
submit
Method · 0.45
onMethod
Method · 0.45
close
Method · 0.45
Calls
no outgoing calls
Tested by
2
onMethod
Method · 0.36
setUp
Method · 0.36