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

Method SendAsyncInitiation

tsunami/engine/clientimpl.go:304–306  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

302}
303
304func (c *ClientImpl) SendAsyncInitiation() error {
305 return c.SendSSEvent(ssEvent{Event: "asyncinitiation", Data: nil})
306}
307
308func (c *ClientImpl) SendTermWrite(refId string, data string) error {
309 payload := rpctypes.TermWritePacket{

Callers 2

asyncInitiationLoopMethod · 0.95
SendAsyncInitiationFunction · 0.45

Calls 1

SendSSEventMethod · 0.95

Tested by

no test coverage detected