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