MCPcopy
hub / github.com/abiosoft/ishell / Run

Method Run

ishell.go:110–113  ·  view source on GitHub ↗

Run starts the shell and waits for it to stop.

()

Source from the content-addressed store, hash-verified

108
109// Run starts the shell and waits for it to stop.
110func (s *Shell) Run() {
111 s.prepareRun()
112 s.run()
113}
114
115// Wait waits for the shell to stop.
116func (s *Shell) Wait() {

Callers 2

showPagedReaderFunction · 0.80
mainFunction · 0.80

Calls 2

prepareRunMethod · 0.95
runMethod · 0.95

Tested by

no test coverage detected