MCPcopy
hub / github.com/eyebluecn/tank / TableInfoList

Method TableInfoList

code/rest/install_controller.go:288–294  ·  view source on GitHub ↗
(writer http.ResponseWriter, request *http.Request)

Source from the content-addressed store, hash-verified

286}
287
288func (this *InstallController) TableInfoList(writer http.ResponseWriter, request *http.Request) *result.WebResult {
289
290 db := this.openDbConnection(writer, request)
291 defer this.closeDbConnection(db)
292
293 return this.Success(this.getTableMetaList(db))
294}
295
296func (this *InstallController) CreateTable(writer http.ResponseWriter, request *http.Request) *result.WebResult {
297

Callers

nothing calls this directly

Calls 4

openDbConnectionMethod · 0.95
closeDbConnectionMethod · 0.95
getTableMetaListMethod · 0.95
SuccessMethod · 0.80

Tested by

no test coverage detected