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

Method SetPassword

internal/archive/zip/utils.go:61–63  ·  view source on GitHub ↗
(password string)

Source from the content-addressed store, hash-verified

59}
60
61func (f *WrapFile) SetPassword(password string) {
62 f.f.SetPassword(password)
63}
64
65func makePart(ss *stream.SeekableStream) (zip.SizeReaderAt, error) {
66 ra, err := stream.NewReadAtSeeker(ss, 0)

Callers

nothing calls this directly

Calls 1

SetPasswordMethod · 0.65

Tested by

no test coverage detected