MCPcopy Index your code
hub / github.com/peak/s5cmd / Get

Method Get

command/flag.go:89–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87}
88
89func (m MapValue) Get() interface{} {
90 if m == nil {
91 m = make(map[string]string)
92 }
93 return m
94}
95
96type MapFlag struct {
97 Name string

Callers 15

NewCopyFunction · 0.45
doDownloadMethod · 0.45
validateCopyCommandFunction · 0.45
NewPresignCommandFunction · 0.45
validatePresignCommandFunction · 0.45
NewHeadCommandFunction · 0.45
validateHeadCommandFunction · 0.45
NewSyncFunction · 0.45
NewCatCommandFunction · 0.45
processSingleObjectMethod · 0.45
validateCatCommandFunction · 0.45
parseArgumentToCompleteFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected