Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
104
func
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
main
Function · 0.92
Calls
3
ThemeAllAssetsPath
Function · 0.85
ExtensionAllPath
Function · 0.85
AppAllPath
Function · 0.85
Tested by
no test coverage detected