Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1345414527/MIT6.830
/ getName
Method
getName
src/java/simpledb/common/Catalog.java:47–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
}
46
47
public
String getName() {
48
return
name;
49
}
50
51
public
void
setName(String name) {
52
this.name = name;
Callers
5
addTable
Method · 0.95
getTableName
Method · 0.95
writePageData
Method · 0.80
getTableId
Method · 0.80
buildTree
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected