MCPcopy Create free account
hub / github.com/error311/FileRise / logsDir

Method logsDir

src/FileRise/Domain/TransferJobManager.php:25–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 }
24
25 public static function logsDir(): string
26 {
27 return self::jobsRoot() . DIRECTORY_SEPARATOR . '.logs';
28 }
29
30 public static function ensureDirs(): void
31 {

Callers 3

ensureDirsMethod · 0.95
logPathForMethod · 0.95
cleanupOldMethod · 0.95

Calls 1

jobsRootMethod · 0.95

Tested by

no test coverage detected