Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ buildIR
Method
buildIR
src/main/java/pascal/taie/ir/IRBuilder.java:38–38 ·
view source on GitHub ↗
Builds IR for concrete methods.
(JMethod method)
Source
from the content-addressed store, hash-verified
36
* Builds IR
for
concrete methods.
37
*/
38
IR buildIR(JMethod method);
39
40
/**
41
* Builds IR
for
all methods in the given hierarchy.
Callers
1
getIR
Method · 0.65
Implementers
2
CachedIRBuilder
src/main/java/pascal/taie/frontend/cac
IRBuilder
src/main/java/pascal/taie/frontend/soo
Calls
no outgoing calls
Tested by
no test coverage detected