MCPcopy Create free account
hub / github.com/bytebase/bytebase / toStringSlice

Function toStringSlice

backend/component/export/csv.go:156–162  ·  view source on GitHub ↗
(bufs [][]byte)

Source from the content-addressed store, hash-verified

154}
155
156func toStringSlice(bufs [][]byte) []string {
157 result := make([]string, len(bufs))
158 for i, buf := range bufs {
159 result[i] = string(buf)
160 }
161 return result
162}

Callers 1

convertValueValueToBytesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected