Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1345414527/MIT6.830
/ getRandomTupleData
Method
getRandomTupleData
test/simpledb/systemtest/BTreeTest.java:73–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
}
72
73
private
int
[] getRandomTupleData() {
74
int
item1 = r.nextInt(BTreeUtility.MAX_RAND_VALUE);
75
int
item2 = r.nextInt(BTreeUtility.MAX_RAND_VALUE);
76
return
new
int
[]{item1, item2};
77
}
78
79
@After
80
public
void
tearDown() {
Callers
1
testBigFile
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected