MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / Runnable

Method Runnable

cmd/cql/internal/base.go:105–107  ·  view source on GitHub ↗

Runnable reports whether the command can be run; otherwise it is a documentation pseudo-command such as importpath.

()

Source from the content-addressed store, hash-verified

103// Runnable reports whether the command can be run; otherwise
104// it is a documentation pseudo-command such as importpath.
105func (c *Command) Runnable() bool {
106 return c.Run != nil
107}
108
109var atExitFuncs []func()
110

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected