MCPcopy
hub / github.com/spacecloud-io/space-cloud / generateKey

Function generateKey

runner/modules/scaler/helpers.go:74–76  ·  view source on GitHub ↗
(project, service, version string)

Source from the content-addressed store, hash-verified

72}
73
74func generateKey(project, service, version string) string {
75 return fmt.Sprintf("%s---%s---%s", project, service, version)
76}

Callers 4

isStreamActiveMethod · 0.85
addIsActiveStreamMethod · 0.85
removeIsActiveStreamMethod · 0.85
ScaleUpMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected