MCPcopy Index your code
hub / github.com/google/codesearch / join

Function join

index/write_test.go:88–90  ·  view source on GitHub ↗
(s ...string)

Source from the content-addressed store, hash-verified

86)
87
88func join(s ...string) string {
89 return strings.Join(s, "")
90}
91
92func u32(x uint32) string {
93 var buf [4]byte

Callers 1

write_test.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…