MCPcopy
hub / github.com/pingcap/tidb / wrapStringWith

Function wrapStringWith

dumpling/export/writer_util.go:591–593  ·  view source on GitHub ↗
(str string, wrapper string)

Source from the content-addressed store, hash-verified

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

Callers 2

resetDBWithSessionParamsFunction · 0.85
wrapBackTicksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected