MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / EnsureWaveDataDir

Function EnsureWaveDataDir

pkg/wavebase/wavebase.go:192–194  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

190}
191
192func EnsureWaveDataDir() error {
193 return CacheEnsureDir(GetWaveDataDir(), "wavehome", 0700, "wave home directory")
194}
195
196func EnsureWaveDBDir() error {
197 return CacheEnsureDir(filepath.Join(GetWaveDataDir(), WaveDBDir), "wavedb", 0700, "wave db directory")

Callers 1

mainFunction · 0.92

Calls 2

CacheEnsureDirFunction · 0.85
GetWaveDataDirFunction · 0.85

Tested by

no test coverage detected