Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ getIndex
Method
getIndex
src/main/java/pascal/taie/util/Indexer.java:46–46 ·
view source on GitHub ↗
@return the index of the given object.
(E o)
Source
from the content-addressed store, hash-verified
44
* @
return
the index of the given object.
45
*/
46
int
getIndex(E o);
47
48
/**
49
* @
return
the corresponding object of the given index.
Callers
9
getIndex
Method · 0.65
contains
Method · 0.65
add
Method · 0.65
remove
Method · 0.65
containsKey
Method · 0.65
get
Method · 0.65
put
Method · 0.65
remove
Method · 0.65
remove
Method · 0.65
Implementers
10
IntIndexer
src/test/java/pascal/taie/util/collect
DefaultIR
src/main/java/pascal/taie/ir/DefaultIR
VarIndexer
src/main/java/pascal/taie/ir/DefaultIR
ClassHierarchyImpl
src/main/java/pascal/taie/language/cla
NodeManager
src/main/java/pascal/taie/analysis/gra
CFGNodeIndexer
src/main/java/pascal/taie/analysis/gra
AbstractHeapModel
src/main/java/pascal/taie/analysis/pta
CSObj
src/main/java/pascal/taie/analysis/pta
CSObjManager
src/main/java/pascal/taie/analysis/pta
SimpleIndexer
src/main/java/pascal/taie/util/SimpleI
Calls
no outgoing calls
Tested by
no test coverage detected