Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wavetermdev/waveterm
/ MakeProcRouteId
Function
MakeProcRouteId
pkg/wshutil/wshrouter.go:119–121 ·
view source on GitHub ↗
(procId string)
Source
from the content-addressed store, hash-verified
117
}
118
119
func
MakeProcRouteId(procId string) string {
120
return
"proc:"
+ procId
121
}
122
123
func
MakeRandomProcRouteId() string {
124
return
MakeProcRouteId(uuid.New().String())
Callers
2
handleVDom
Function · 0.92
MakeRandomProcRouteId
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected