Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
74
func
generateKey(project, service, version string) string {
75
return
fmt.Sprintf(
"%s---%s---%s"
, project, service, version)
76
}
Callers
4
isStreamActive
Method · 0.85
addIsActiveStream
Method · 0.85
removeIsActiveStream
Method · 0.85
ScaleUp
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected