Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
35
func
StringsJoin(b *testing.B) {
36
for
i := 0; i < b.N; i++ {
37
Join(strs)
38
}
39
}
40
41
func
TextSliceToString(b *testing.B) {
42
for
i := 0; i < b.N; i++ {
Callers
nothing calls this directly
Calls
1
Join
Function · 0.85
Tested by
no test coverage detected