MCPcopy
hub / github.com/spicetify/cli / Start

Function Start

src/backup/backup.go:11–13  ·  view source on GitHub ↗

Start backing up Spotify Apps folder to backupPath

(appPath, backupPath string)

Source from the content-addressed store, hash-verified

9
10// Start backing up Spotify Apps folder to backupPath
11func Start(appPath, backupPath string) error {
12 return utils.Copy(appPath, backupPath, false, []string{".spa"})
13}
14
15// Extract all SPA files from backupPath to extractPath
16func Extract(backupPath, extractPath string) {

Callers

nothing calls this directly

Calls 1

CopyFunction · 0.92

Tested by

no test coverage detected