MCPcopy Create free account
hub / github.com/OpenListTeam/OpenList / GetComment

Method GetComment

internal/model/archive.go:20–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18
19type ArchiveMeta interface {
20 GetComment() string
21 // IsEncrypted means if the content of the archive requires a password to access
22 // GetArchiveMeta should return errs.WrongArchivePassword if the meta-info is also encrypted,
23 // and the provided password is empty.

Callers 2

FsArchiveMetaFunction · 0.65
SharingArchiveMetaFunction · 0.65

Implementers 1

ArchiveMetaInfointernal/model/archive.go

Calls

no outgoing calls

Tested by

no test coverage detected