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/ComparisonExp.java:78–81 ·
view source on GitHub ↗
(ExpVisitor<T> visitor)
Source
from the content-addressed store, hash-verified
76
}
77
78
@Override
79
public
<T> T accept(ExpVisitor<T> visitor) {
80
return
visitor.visit(this);
81
}
82
}
Callers
nothing calls this directly
Calls
1
visit
Method · 0.65
Tested by
no test coverage detected