Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
143
func
MakeLinkRouteId(linkId baseds.LinkId) string {
144
return
fmt.Sprintf(
"%s%d"
, RoutePrefix_Link, linkId)
145
}
146
147
var
DefaultRouter *WshRouter
148
Callers
1
connectToJobManager
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected