Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ensureDirs
Method · 0.95
logPathFor
Method · 0.95
cleanupOld
Method · 0.95
Calls
1
jobsRoot
Method · 0.95
Tested by
no test coverage detected