MCPcopy
hub / github.com/name5566/leaf / ExternalCommand

Struct ExternalCommand

console/command.go:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29type ExternalCommand struct {
30 _name string
31 _help string
32 server *chanrpc.Server
33}
34
35func (c *ExternalCommand) name() string {
36 return c._name

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected