Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GCMiner/GCMiner
/ clearEdge
Method
clearEdge
src/main/java/Preprocess/TEST.java:29–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
public
static
List<String[]> edgeAll =
new
ArrayList<>();
28
29
public
void
clearEdge(){
30
edgeAll.clear();
31
}
32
33
public
List<String[]> getEdgeAll() {
return
edgeAll; }
34
//private static HashMap<String,HashMap> map = new HashMap();
Callers
1
test
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected