MCPcopy Create free account
hub / github.com/ahmedakef/goshell / command

Struct command

manager.go:15–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13)
14
15type command struct {
16 Src string
17 variablesAssigned []string
18 variablesDeclared []string
19 isExpression bool
20 Hidden bool
21 isCallExpression bool
22 calleeName string
23}
24
25type function struct {
26 Name string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected