MCPcopy Create free account
hub / github.com/dim-an/cod / Fish

Struct Fish

shells/shells.go:131–133  ·  view source on GitHub ↗

Fish

Source from the content-addressed store, hash-verified

129//
130
131type Fish struct {
132 codCommandPath string
133}
134
135func (f *Fish) GenerateCompletions(executablePath string, _ []datastore.Completion) (shellScript []string) {
136 shellScript = []string{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected