Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
668
func
join(x []string) string {
669
return
strings.Join(x,
", "
)
670
}
Callers
2
typecheck1
Function · 0.85
joinFunc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected