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

Method metaRoot

src/FileRise/Storage/SourceContext.php:177–180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

175 }
176
177 public static function metaRoot(): string
178 {
179 return self::metaRootForSource(self::getActiveSource());
180 }
181
182 public static function metaRootForId(string $id): string
183 {

Callers 3

ensureMetaDirMethod · 0.95
metaPathMethod · 0.95
pathMethod · 0.45

Calls 2

metaRootForSourceMethod · 0.95
getActiveSourceMethod · 0.95

Tested by

no test coverage detected