MCPcopy Index your code
hub / github.com/dim-an/cod / GenerateCompletions

Method GenerateCompletions

shells/shells.go:26–26  ·  view source on GitHub ↗
(executableName string, completions []datastore.Completion)

Source from the content-addressed store, hash-verified

24type ShellScriptGenerator interface {
25 GetPreamble() []string
26 GenerateCompletions(executableName string, completions []datastore.Completion) []string
27 ResetCommand(executablePath string) []string
28}
29

Callers 2

handleInitScriptMethod · 0.65
handlePollUpdatesMethod · 0.65

Implementers 3

Zshshells/shells.go
Fishshells/shells.go
Bashshells/shells.go

Calls

no outgoing calls

Tested by

no test coverage detected