MCPcopy 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
86type ObjStorageDetails struct {
87 Obj
88 *StorageDetails
89}
90
91func (o *ObjStorageDetails) Unwrap() Obj {
92 return o.Obj

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected