MCPcopy
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
14func (m *Module) getTopicName(topic string) string {
15 return fmt.Sprintf("%s-%s", m.projectID, topic)
16}

Callers 5

CheckAndSetMethod · 0.95
CheckIfKeyExistsMethod · 0.95
PublishStringMethod · 0.95
SendMethod · 0.95
SubscribeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected