Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1345414527/MIT6.830
/ open
Method
open
src/java/simpledb/Parser.java:703–705 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
701
}
702
703
public
void
open() {
704
it = tups.iterator();
705
}
706
707
/** @
return
true
if
the iterator has more items. */
708
public
boolean hasNext() {
Callers
nothing calls this directly
Calls
1
iterator
Method · 0.65
Tested by
no test coverage detected