MCPcopy
hub / github.com/kopia/kopia / currentActionName

Method currentActionName

cli/app.go:384–386  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

382}
383
384func (c *App) currentActionName() string {
385 return c.currentAction
386}
387
388func (c *App) noRepositoryAction(act func(ctx context.Context) error) func(ctx *kingpin.ParseContext) error {
389 return func(kpc *kingpin.ParseContext) error {

Callers 3

repositoryActionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected