Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/spacecloud-io/space-cloud
/ getTopicName
Method
getTopicName
runner/modules/pubsub/helpers.go:14–16 ·
view source on GitHub ↗
(topic string)
Source
from the content-addressed store, hash-verified
12
}
13
14
func
(m *Module) getTopicName(topic string) string {
15
return
fmt.Sprintf(
"%s-%s"
, m.projectID, topic)
16
}
Callers
5
CheckAndSet
Method · 0.95
CheckIfKeyExists
Method · 0.95
PublishString
Method · 0.95
Send
Method · 0.95
Subscribe
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected