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

Method filePath

src/FileRise/Storage/SourcesConfig.php:71–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69 }
70
71 private static function filePath(): string
72 {
73 $base = self::baseDir();
74 return $base !== '' ? ($base . DIRECTORY_SEPARATOR . self::FILE_NAME) : '';
75 }
76
77 private static function ensureDir(): void
78 {

Callers 2

loadRawMethod · 0.95
saveRawMethod · 0.95

Calls 1

baseDirMethod · 0.95

Tested by

no test coverage detected