MCPcopy
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
119func MakeProcRouteId(procId string) string {
120 return "proc:" + procId
121}
122
123func MakeRandomProcRouteId() string {
124 return MakeProcRouteId(uuid.New().String())

Callers 2

handleVDomFunction · 0.92
MakeRandomProcRouteIdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected