Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenListTeam/OpenList
/ ArchiveMetaInfo
Struct
ArchiveMetaInfo
internal/model/archive.go:30–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
type
ArchiveMetaInfo
struct
{
31
Comment string
32
Encrypted bool
33
Tree []ObjTree
34
}
35
36
func
(m *ArchiveMetaInfo) GetComment() string {
37
return
m.Comment
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected