MCPcopy Create free account
hub / github.com/CDSecLab/MJXT / getData

Method getData

src/main/java/utils/Bloom.java:61–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 }
60
61 public byte[][] getData() {
62 byte[][] d = new byte[data.length][];
63 for (int i = 0; i < data.length; i++) {
64 d[i] = tool.longToBytes(data[i]);
65 }
66 return d;
67 }
68}

Callers 3

StoreMethod · 0.80
StoreMethod · 0.80
StoreMethod · 0.80

Calls 1

longToBytesMethod · 0.80

Tested by

no test coverage detected