MCPcopy 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

addTableMethod · 0.95
getTableNameMethod · 0.95
writePageDataMethod · 0.80
getTableIdMethod · 0.80
buildTreeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected