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

Method Start

ishell.go:104–107  ·  view source on GitHub ↗

Start starts the shell but does not wait for it to stop.

()

Source from the content-addressed store, hash-verified

102
103// Start starts the shell but does not wait for it to stop.
104func (s *Shell) Start() {
105 s.prepareRun()
106 go s.run()
107}
108
109// Run starts the shell and waits for it to stop.
110func (s *Shell) Run() {

Callers

nothing calls this directly

Calls 2

prepareRunMethod · 0.95
runMethod · 0.95

Tested by

no test coverage detected