MCPcopy Index your code
hub / github.com/kopia/kopia / setup

Method setup

cli/command_notification.go:8–13  ·  view source on GitHub ↗
(svc appServices, parent commandParent)

Source from the content-addressed store, hash-verified

6}
7
8func (c *commandNotification) setup(svc appServices, parent commandParent) {
9 cmd := parent.Command("notification", "Notifications").Alias("notifications")
10
11 c.profile.setup(svc, cmd)
12 c.template.setup(svc, cmd)
13}

Callers

nothing calls this directly

Calls 1

CommandMethod · 0.80

Tested by

no test coverage detected