Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ setXLToYTransfer
Method
setXLToYTransfer
src/test/resources/sideeffect/InterProc.java:54–56 ·
view source on GitHub ↗
(Tree x, Tree y)
Source
from the content-addressed store, hash-verified
52
}
53
54
public
static
void
setXLToYTransfer(Tree x, Tree y) {
55
setXLToY(x, y);
56
}
57
58
public
static
void
setXLToNewTransfer(Tree x) {
59
setXLToNew(x);
Callers
nothing calls this directly
Calls
1
setXLToY
Method · 0.95
Tested by
no test coverage detected