Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenListTeam/OpenList
/ ObjStorageDetails
Struct
ObjStorageDetails
internal/model/storage.go:86–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
type
ObjStorageDetails
struct
{
87
Obj
88
*StorageDetails
89
}
90
91
func
(o *ObjStorageDetails) Unwrap() Obj {
92
return
o.Obj
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected