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

Method isCollisionSensitive

src/FileRise/Support/MetadataPath.php:127–130  ·  view source on GitHub ↗
(string $folder)

Source from the content-addressed store, hash-verified

125 }
126
127 private static function isCollisionSensitive(string $folder): bool
128 {
129 return preg_match('/[\\s\\-\\/\\\\]/', $folder) === 1;
130 }
131
132 private static function copyLegacyMetadata(string $legacyPath, string $encodedPath): void
133 {

Callers 3

pathMethod · 0.95
deleteSubtreeMethod · 0.95
renameSubtreeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected