Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/error311/FileRise
/ getActiveSource
Method
getActiveSource
src/FileRise/Storage/SourceContext.php:96–100 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
94
}
95
96
public static function getActiveSource(): array
97
{
98
self::init();
99
return self::$activeSource ?: [];
100
}
101
102
public static function getSourceById(?string $id): ?array
103
{
Callers
10
listAllSources
Method · 0.95
isReadOnly
Method · 0.95
isTrashDisabled
Method · 0.95
uploadRoot
Method · 0.95
metaRoot
Method · 0.95
log
Method · 0.80
groupSourceContext
Method · 0.80
isLocalSourceType
Method · 0.80
shouldUseRemoteMarker
Method · 0.80
getFileList
Method · 0.80
Calls
1
init
Method · 0.95
Tested by
no test coverage detected