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

Method logPathFor

src/FileRise/Domain/TransferJobManager.php:59–62  ·  view source on GitHub ↗
(string $jobId)

Source from the content-addressed store, hash-verified

57 }
58
59 public static function logPathFor(string $jobId): string
60 {
61 return self::logsDir() . DIRECTORY_SEPARATOR . 'WORKER-' . strtolower($jobId) . '.log';
62 }
63
64 public static function load(string $jobId): ?array
65 {

Callers 3

spawnWorkerMethod · 0.95
runWorkerForegroundMethod · 0.95

Calls 1

logsDirMethod · 0.95

Tested by

no test coverage detected