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

Function AllPaths

src/cmd/path.go:104–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102}
103
104func AllPaths() (string, error) {
105 theme, _ := ThemeAllAssetsPath()
106 ext, _ := ExtensionAllPath()
107 app, _ := AppAllPath()
108
109 return strings.Join([]string{theme, ext, app}, "\n"), nil
110}

Callers 1

mainFunction · 0.92

Calls 3

ThemeAllAssetsPathFunction · 0.85
ExtensionAllPathFunction · 0.85
AppAllPathFunction · 0.85

Tested by

no test coverage detected