MCPcopy Create free account
hub / github.com/1345414527/MIT6.830 / getUUID

Method getUUID

test/simpledb/systemtest/SystemTestUtil.java:178–180  ·  view source on GitHub ↗

Generates a unique string each time it is called. @return a new unique UUID as a string, using java.util.UUID

()

Source from the content-addressed store, hash-verified

176 * @return a new unique UUID as a string, using java.util.UUID
177 */
178 public static String getUUID() {
179 return UUID.randomUUID().toString();
180 }
181
182 private static double[] getDiff(double[] sequence) {
183 double[] ret = new double[sequence.length - 1];

Callers 14

CatalogTestClass · 0.95
addTablesMethod · 0.95
handleDuplicateIdsMethod · 0.95
addTableMethod · 0.95
addTableMethod · 0.95
addTableMethod · 0.95
setUpMethod · 0.95
addTableMethod · 0.95
addTableMethod · 0.95
handleManyDirtyPagesMethod · 0.95
addTableMethod · 0.95

Calls 1

toStringMethod · 0.65

Tested by

no test coverage detected