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

Method setupCompletePath

src/FileRise/Domain/UserModel.php:17–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 private static $caseMigrationChecked = false;
16
17 public static function setupCompletePath(): string
18 {
19 return rtrim(USERS_DIR, '/\\') . DIRECTORY_SEPARATOR . '.setup_complete';
20 }
21
22 public static function markSetupComplete(): bool
23 {

Callers 3

markSetupCompleteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected