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

Function newBackupMetaCommand

br/cmd/br/debug.go:147–155  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

145}
146
147func newBackupMetaCommand() *cobra.Command {
148 command := &cobra.Command{
149 Use: "backupmeta",
150 Short: "utilities of backupmeta",
151 SilenceUsage: false,
152 }
153 command.AddCommand(newBackupMetaValidateCommand())
154 return command
155}
156
157func newBackupMetaValidateCommand() *cobra.Command {
158 command := &cobra.Command{

Callers 1

NewDebugCommandFunction · 0.85

Calls 1

Tested by

no test coverage detected