MCPcopy
hub / github.com/pingcap/tidb / Brief

Method Brief

dumpling/export/task.go:143–147  ·  view source on GitHub ↗

Brief implements task.Brief

()

Source from the content-addressed store, hash-verified

141
142// Brief implements task.Brief
143func (t *TaskTableData) Brief() string {
144 db, tbl := t.Meta.DatabaseName(), t.Meta.TableName()
145 idx, total := t.ChunkIndex, t.TotalChunks
146 return fmt.Sprintf("data of table '%s'.'%s'(%d/%d)", db, tbl, idx, total)
147}

Callers

nothing calls this directly

Calls 2

DatabaseNameMethod · 0.65
TableNameMethod · 0.65

Tested by

no test coverage detected