Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
59
func
(s *shellReader) setMultiMode(use bool) {
60
s.readingMulti = use
61
}
62
63
func
(s *shellReader) readLine(consumer
chan
lineString) {
64
s.Lock()
Callers
1
readMultiLinesFunc
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected