Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wavetermdev/waveterm
/ MakeRandomProcRouteId
Function
MakeRandomProcRouteId
pkg/wshutil/wshrouter.go:123–125 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
121
}
122
123
func
MakeRandomProcRouteId() string {
124
return
MakeProcRouteId(uuid.New().String())
125
}
126
127
func
MakeTabRouteId(tabId string) string {
128
return
"tab:"
+ tabId
Callers
1
setupConnServerRpcClientWithRouter
Function · 0.92
Calls
2
MakeProcRouteId
Function · 0.85
String
Method · 0.45
Tested by
no test coverage detected