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

Function MakeFeBlockRouteId

pkg/wshutil/wshrouter.go:131–133  ·  view source on GitHub ↗
(blockId string)

Source from the content-addressed store, hash-verified

129}
130
131func MakeFeBlockRouteId(blockId string) string {
132 return "feblock:" + blockId
133}
134
135func MakeBuilderRouteId(builderId string) string {
136 return "builder:" + builderId

Callers 4

CreateVDomContextMethod · 0.92
SendAsyncInitiationMethod · 0.92
getTermScrollbackOutputFunction · 0.92
termScrollbackRunFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected