(str string, wrapper string)
| 589 | } |
| 590 | |
| 591 | func wrapStringWith(str string, wrapper string) string { |
| 592 | return fmt.Sprintf("%s%s%s", wrapper, str, wrapper) |
| 593 | } |
| 594 | |
| 595 | func compressFileSuffix(compressType storage.CompressType) string { |
| 596 | switch compressType { |
no outgoing calls
no test coverage detected