MCPcopy Create free account
hub / github.com/decomp/decomp / join

Function join

cmd/go-post/typecheck.go:668–670  ·  view source on GitHub ↗

join is the inverse of split.

(x []string)

Source from the content-addressed store, hash-verified

666
667// join is the inverse of split.
668func join(x []string) string {
669 return strings.Join(x, ", ")
670}

Callers 2

typecheck1Function · 0.85
joinFuncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected