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