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

Method Stop

actions.go:73–73  ·  view source on GitHub ↗

Stop stops the shell. This will stop the shell from auto reading inputs and calling registered functions. A stopped shell is only inactive but totally functional. Its functions can still be called and can be restarted.

()

Source from the content-addressed store, hash-verified

71 // registered functions. A stopped shell is only inactive but totally functional.
72 // Its functions can still be called and can be restarted.
73 Stop()
74}
75
76type shellActionsImpl struct {

Callers 3

exitFuncFunction · 0.65
multiChoiceMethod · 0.65
mainFunction · 0.65

Implementers 1

Calls

no outgoing calls

Tested by

no test coverage detected