Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abiosoft/ishell
/ exitFunc
Function
exitFunc
functions.go:7–9 ·
view source on GitHub ↗
(c *Context)
Source
from the content-addressed store, hash-verified
5
)
6
7
func
exitFunc(c *Context) {
8
c.Stop()
9
}
10
11
func
helpFunc(c *Context) {
12
c.Println(c.HelpText())
Callers
nothing calls this directly
Calls
1
Stop
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…