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

Function GetRemoteJobLogDir

pkg/wavebase/wavebase.go:492–496  ·  view source on GitHub ↗

job file dir on remote machines

()

Source from the content-addressed store, hash-verified

490
491// job file dir on remote machines
492func GetRemoteJobLogDir() string {
493 homeDir := GetHomeDir()
494 jobDir := filepath.Join(homeDir, ".waveterm", "jobs")
495 return jobDir
496}

Callers 2

cleanupOldJobLogsFunction · 0.92
GetRemoteJobFilePathFunction · 0.85

Calls 1

GetHomeDirFunction · 0.70

Tested by

no test coverage detected