MCPcopy
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
123func MakeRandomProcRouteId() string {
124 return MakeProcRouteId(uuid.New().String())
125}
126
127func MakeTabRouteId(tabId string) string {
128 return "tab:" + tabId

Callers 1

Calls 2

MakeProcRouteIdFunction · 0.85
StringMethod · 0.45

Tested by

no test coverage detected