Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/IceWhaleTech/CasaOS
/ storageStruct
Struct
storageStruct
service/storage.go:24–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
type
storageStruct
struct
{
25
}
26
27
func
(s *storageStruct) MountStorage(mountPoint, fs string) error {
28
file.IsNotExistMkDir(mountPoint)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected