MCPcopy Index your code
hub / github.com/abiosoft/ishell / setMultiMode

Method setMultiMode

reader.go:59–61  ·  view source on GitHub ↗
(use bool)

Source from the content-addressed store, hash-verified

57}
58
59func (s *shellReader) setMultiMode(use bool) {
60 s.readingMulti = use
61}
62
63func (s *shellReader) readLine(consumer chan lineString) {
64 s.Lock()

Callers 1

readMultiLinesFuncMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected