Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ setValue
Method
setValue
src/main/java/pascal/taie/util/collection/MapEntry.java:59–64 ·
view source on GitHub ↗
(V value)
Source
from the content-addressed store, hash-verified
57
}
58
59
@Override
60
public
V setValue(V value) {
61
V old = this.value;
62
this.value = value;
63
return
old;
64
}
65
66
@Override
67
public
boolean equals(Object obj) {
Callers
4
transferEdge
Method · 0.45
visit
Method · 0.45
downgradeOnControlSplit
Method · 0.45
put
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected