Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/error311/FileRise
/ hasSetupCompleteMarker
Method
hasSetupCompleteMarker
src/FileRise/Domain/UserModel.php:28–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
}
27
28
public static function hasSetupCompleteMarker(): bool
29
{
30
return is_file(self::setupCompletePath());
31
}
32
33
public static function hasAnyUsers(): bool
34
{
Callers
1
isInitialSetupAllowed
Method · 0.95
Calls
1
setupCompletePath
Method · 0.95
Tested by
no test coverage detected