Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
127
func
MakeTabRouteId(tabId string) string {
128
return
"tab:"
+ tabId
129
}
130
131
func
MakeFeBlockRouteId(blockId string) string {
132
return
"feblock:"
+ blockId
Callers
2
makeTabCaptureBlockScreenshot
Function · 0.92
aiRun
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected