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

Struct function

manager.go:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25type function struct {
26 Name string
27 Src string
28 returnVariables []string
29}
30
31type Manager struct {
32 commands []command

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected