MCPcopy Index your code
hub / github.com/cloudfoundry/java-buildpack / joinAPPDStrings

Function joinAPPDStrings

src/java/frameworks/app_dynamics_test.go:50–59  ·  view source on GitHub ↗
(ss []string)

Source from the content-addressed store, hash-verified

48}
49
50func joinAPPDStrings(ss []string) string {
51 result := ""
52 for i, s := range ss {
53 if i > 0 {
54 result += ","
55 }
56 result += s
57 }
58 return result
59}
60
61// installAppDynamicsAgent creates javaagent.jar at the flat path under depsDir.
62func installAppDynamicsAgent(depsDir string) {

Callers 1

appdVCAPServicesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected