MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / MakeTabRouteId

Function MakeTabRouteId

pkg/wshutil/wshrouter.go:127–129  ·  view source on GitHub ↗
(tabId string)

Source from the content-addressed store, hash-verified

125}
126
127func MakeTabRouteId(tabId string) string {
128 return "tab:" + tabId
129}
130
131func MakeFeBlockRouteId(blockId string) string {
132 return "feblock:" + blockId

Callers 2

aiRunFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected