MCPcopy Create free account
hub / github.com/wavetermdev/waveterm / setEOF

Method setEOF

pkg/wshutil/wshcmdreader.go:61–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59}
60
61func (b *PtyBuffer) setEOF() {
62 b.CVar.L.Lock()
63 defer b.CVar.L.Unlock()
64 b.AtEOF = true
65 b.CVar.Broadcast()
66}
67
68func (b *PtyBuffer) processWaveEscSeq(escSeq []byte) {
69 b.MessageCh <- baseds.RpcInputChType{MsgBytes: escSeq}

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected