Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ position
Method
position
src/main/java/pascal/taie/ir/IRPrinter.java:97–102 ·
view source on GitHub ↗
(Stmt stmt)
Source
from the content-addressed store, hash-verified
95
}
96
97
public
static
String position(Stmt stmt) {
98
return
"["
+
99
stmt.getIndex() +
100
"@L"
+ stmt.getLineNumber() +
101
']'
;
102
}
103
}
Callers
2
toString
Method · 0.95
toString
Method · 0.95
Calls
2
getIndex
Method · 0.65
getLineNumber
Method · 0.65
Tested by
no test coverage detected