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