MCPcopy Create free account
hub / github.com/GCMiner/GCMiner / setMapString

Method setMapString

src/main/java/Preprocess/TEST.java:19–21  ·  view source on GitHub ↗
(String mapString)

Source from the content-addressed store, hash-verified

17 public static List<Integer> sinkid = new LinkedList<>();
18
19 public void setMapString(String mapString) {
20 this.mapString = mapString;
21 }
22
23 public String getMapString() {
24 return mapString;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected