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

Function MakeLinkRouteId

pkg/wshutil/wshrouter.go:143–145  ·  view source on GitHub ↗
(linkId baseds.LinkId)

Source from the content-addressed store, hash-verified

141}
142
143func MakeLinkRouteId(linkId baseds.LinkId) string {
144 return fmt.Sprintf("%s%d", RoutePrefix_Link, linkId)
145}
146
147var DefaultRouter *WshRouter
148

Callers 1

connectToJobManagerMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected