Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/error311/FileRise
/ isReadOnly
Method
isReadOnly
src/FileRise/Storage/SourceContext.php:124–128 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
122
}
123
124
public static function isReadOnly(): bool
125
{
126
$src = self::getActiveSource();
127
return !empty($src[
'readOnly'
]);
128
}
129
130
public static function isTrashDisabled(): bool
131
{
Callers
15
callback
Method · 0.80
capabilities
Method · 0.80
requireNotReadOnly
Method · 0.80
moveFolder
Method · 0.80
handleUpload
Method · 0.80
removeChunks
Method · 0.80
checkExisting
Method · 0.80
copyFiles
Method · 0.80
moveFiles
Method · 0.80
renameFile
Method · 0.80
saveFile
Method · 0.80
extractZip
Method · 0.80
Calls
1
getActiveSource
Method · 0.95
Tested by
no test coverage detected