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

Method metaPath

src/FileRise/Storage/SourceContext.php:214–217  ·  view source on GitHub ↗
(string $fileName)

Source from the content-addressed store, hash-verified

212 }
213
214 public static function metaPath(string $fileName): string
215 {
216 return self::metaRoot() . $fileName;
217 }
218
219 private static function safeId(string $id): string
220 {

Callers

nothing calls this directly

Calls 1

metaRootMethod · 0.95

Tested by

no test coverage detected