MCPcopy Index your code
hub / github.com/huichen/sego / StringsJoin

Function StringsJoin

utils_test.go:35–39  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

33}
34
35func StringsJoin(b *testing.B) {
36 for i := 0; i < b.N; i++ {
37 Join(strs)
38 }
39}
40
41func TextSliceToString(b *testing.B) {
42 for i := 0; i < b.N; i++ {

Callers

nothing calls this directly

Calls 1

JoinFunction · 0.85

Tested by

no test coverage detected