Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ isWritable
Method
isWritable
src/gui2/diskprovider.cc:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
return true;
40
}
41
[[nodiscard]] bool DiskProvider::isWritable() const
42
{
43
return false;
44
}
45
[[nodiscard]] bool DiskProvider::isResizable() const
46
{
47
return false;
Callers
1
noRunningTaskAndWritableProvider
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected