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

Function Test_textSliceToString

utils_test.go:29–33  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

27)
28
29func Test_textSliceToString(t *testing.T) {
30 a := textSliceToString(strs)
31 b := Join(strs)
32 assert.Equal(t, a, b)
33}
34
35func StringsJoin(b *testing.B) {
36 for i := 0; i < b.N; i++ {

Callers

nothing calls this directly

Calls 2

textSliceToStringFunction · 0.85
JoinFunction · 0.85

Tested by

no test coverage detected