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

Function GetJsHelperDir

src/utils/utils.go:290–292  ·  view source on GitHub ↗

GetJsHelperDir returns jsHelper directory in executable directory

()

Source from the content-addressed store, hash-verified

288
289// GetJsHelperDir returns jsHelper directory in executable directory
290func GetJsHelperDir() string {
291 return filepath.Join(GetExecutableDir(), "jsHelper")
292}
293
294// PrependTime prepends current time string to text and returns new string
295func PrependTime(text string) string {

Callers 2

ApplyFunction · 0.92
AdditionalOptionsFunction · 0.92

Calls 1

GetExecutableDirFunction · 0.85

Tested by

no test coverage detected