Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ accept
Method
accept
src/main/java/pascal/taie/ir/exp/ShiftExp.java:73–76 ·
view source on GitHub ↗
(ExpVisitor<T> visitor)
Source
from the content-addressed store, hash-verified
71
}
72
73
@Override
74
public
<T> T accept(ExpVisitor<T> visitor) {
75
return
visitor.visit(this);
76
}
77
}
Callers
nothing calls this directly
Calls
1
visit
Method · 0.65
Tested by
no test coverage detected