MCPcopy
hub / github.com/wavetermdev/waveterm / GetWaveConfigDir

Function GetWaveConfigDir

pkg/wavebase/wavebase.go:130–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128}
129
130func GetWaveConfigDir() string {
131 return ConfigHome_VarCache
132}
133
134func GetWaveAppBinPath() string {
135 return filepath.Join(GetWaveAppPath(), AppPathBinDir)

Callers 13

WaveInfoCommandMethod · 0.92
PathCommandMethod · 0.92
GetWatcherFunction · 0.92
ReadWaveHomeConfigFileFunction · 0.92
WriteWaveHomeConfigFileFunction · 0.92
readConfigPartFunction · 0.92
GetConfigSubdirsFunction · 0.92
readSecretsFromFileFunction · 0.92
writeSecretsToFileFunction · 0.92
mainFunction · 0.92
EnsureWaveConfigDirFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected