MCPcopy
hub / github.com/wavetermdev/waveterm / MakeJobRouteId

Function MakeJobRouteId

pkg/wshutil/wshrouter.go:139–141  ·  view source on GitHub ↗
(jobId string)

Source from the content-addressed store, hash-verified

137}
138
139func MakeJobRouteId(jobId string) string {
140 return "job:" + jobId
141}
142
143func MakeLinkRouteId(linkId baseds.LinkId) string {
144 return fmt.Sprintf("%s%d", RoutePrefix_Link, linkId)

Callers 6

connectToJobManagerMethod · 0.92
StartJobFunction · 0.92
doReconnectJobFunction · 0.92
restartStreamingFunction · 0.92
SendInputFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected