Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/abiosoft/ishell
/ helpFunc
Function
helpFunc
functions.go:11–13 ·
view source on GitHub ↗
(c *Context)
Source
from the content-addressed store, hash-verified
9
}
10
11
func
helpFunc(c *Context) {
12
c.Println(c.HelpText())
13
}
14
15
func
clearFunc(c *Context) {
16
err := c.ClearScreen()
Callers
nothing calls this directly
Calls
2
Println
Method · 0.65
HelpText
Method · 0.65
Tested by
no test coverage detected