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

Method folderOwnersPath

src/FileRise/Domain/FolderModel.php:51–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 }
50
51 private static function folderOwnersPath(): string
52 {
53 return self::metaRoot() . 'folder_owners.json';
54 }
55 /* ============================================================
56 * Ownership mapping helpers (stored in META_DIR/folder_owners.json)
57 * ============================================================ */

Callers 2

getFolderOwnersMethod · 0.95
saveFolderOwnersMethod · 0.95

Calls 1

metaRootMethod · 0.95

Tested by

no test coverage detected