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

Function joinDDStrings

src/java/frameworks/datadog_javaagent_test.go:49–58  ·  view source on GitHub ↗
(ss []string)

Source from the content-addressed store, hash-verified

47}
48
49func joinDDStrings(ss []string) string {
50 result := ""
51 for i, s := range ss {
52 if i > 0 {
53 result += ","
54 }
55 result += s
56 }
57 return result
58}
59
60// installDatadogAgent creates a versioned dd-java-agent JAR under depsDir.
61// If withClassdata is true the JAR contains a .classdata entry so fixClassCount runs.

Callers 1

ddVCAPServicesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected