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

Function MakeConnectionRouteId

pkg/wshutil/wshrouter.go:111–113  ·  view source on GitHub ↗
(connId string)

Source from the content-addressed store, hash-verified

109}
110
111func MakeConnectionRouteId(connId string) string {
112 return "conn:" + connId
113}
114
115func MakeControllerRouteId(blockId string) string {
116 return "controller:" + blockId

Callers 15

RemoteFileCopyCommandMethod · 0.92
ReadFunction · 0.92
GetConnectionRouteIdFunction · 0.92
FileStreamFunction · 0.92
listEntriesStreamFunction · 0.92
statFunction · 0.92
PutFileFunction · 0.92
AppendFunction · 0.92
MkdirFunction · 0.92
delete_Function · 0.92
JoinFunction · 0.92
moveInternalFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected